/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "Roboto",  tahoma, Arial, sans-serif ;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
/*typography*/
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: lighter;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;

}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=782b5558a2b172016700)
 * Config saved to config.json and https://gist.github.com/782b5558a2b172016700
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #444;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
.row a {
  text-decoration: underline;
}
a.btn ,.ui-spinner a,.dropdown a{
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.system {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
 line-height: 30px;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /*margin-top: 20px;*/
  /*margin-bottom: 10px;*/
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 10px;
}
.row p {
  padding-top: 6px;
   margin: 0 0 0px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 16px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 16px;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 16px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #5b5b5b;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 16px;
  word-break: break-all;
  word-wrap: break-word;
  color: #5b5b5b;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollabel {
  max-height: 340px;
  overflow-y: scroll;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  table-layout: fixed;
  display: table;
}
.table .btn{
  padding: 4px 15px 4px 15px;
  vertical-align: top;
  border-radius: 4px;
}

.btn.btn-table {
	color: #ffffff;
	background-color: #787878;
	border-color: #787878;
}
.btn.btn-table:hover{
	color: #ffffff;
	background-color: #545454;
	border-color: #545454;
}
.btn.btn-table:focus,
.btn.btn-table:active,
.btn.btn-table.active,
.open > .dropdown-toggle.btn-table {
	color: #ffffff;
	background-color: #a3a3a3;
	border-color: #a3a3a3;
}
.btn.btn-table.d-btn-line {
	color: #595959;
	background-color: #f6f6f6;
	border: solid 2px #D8D8D9;
	padding: 3px 15px 3px 15px;
}
.btn.btn-table.d-btn-line:hover{
	background-color: #d2d2d2;
}
.btn.btn-table.d-btn-line:focus{
	background-color: #bbbbbb;
}
.table .btn.btn-margin {
  margin-right: 2px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th{
  padding: 2px 8px;
  line-height: 25px;
  vertical-align: top;
  color: #fff;
  background-color: #959595;
  border-right:2px #ffffff solid;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child{
  border-right:2px #959595 solid;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
 padding: 2px 8px;
  line-height: 25px;
  vertical-align: top;
  border-bottom: 2px solid #e5e6e6;
  background-color: #ffffff;
  word-wrap: break-word;
}
.table > thead > tr:hover > td,
.table > tbody > tr:hover > td,
.table > tfoot > tr:hover > td {
  background-color: #f6f6f6;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.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;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #5b5b5b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
  padding-top: 6px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
}
.form-control {
  display: inline;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.form-control:focus {
  border-color: #5da8dc;
  outline: 0;
}
.form-control.error,input[type="text"].hasDatepicker.ct-date.error,.ct-textarea.error {
  border-color: #cb0303;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e5e5e5;
}
.form-control::-webkit-input-placeholder {
  color: #e5e5e5;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 30px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 26px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
input[type="text"],input[type="email"],input[type="password"]{
  width: 250px;
}

.form-group {
  /*margin-bottom: 15px;*/
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 15px 7px 15px;
  font-size: 12px;
  font-style: bold;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-min {
    min-width: 70px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #5b5b5b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;

}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);

}
.btn-default {
  color: #333333;
  background-color: #F6F6F6;
  border-color: #CCCCCC;
}
.btn-default.icon-cal, .btn-default.icon-back {
  color: #fff;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  /*
  color: #fff;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  */
  color: #333333;
  background-color: #D2D2D2;
  border-color: #CCCCCC;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #5b5b5b;
}
.btn-primary {
  color: #ffffff;
  background-color: #315fab;
  border-color: #315fab;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #133c7f;
  border-color: #133c7f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #e43031;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #00a65a;
  border-color: #00a65a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #0c7c49;
  border-color: #0c7c49;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  color: #c6c6c6
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5da8dc;
  border-color: #5da8dc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #133c7f;
  border-color: #133c7f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  color: #c6c6c6;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f5a61c;
  border-color: #f5a61c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #bd7800;
  border-color: #bd7800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  color: #c6c6c6;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e43031;
  border-color: #e43031;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #970200;
  border-color: #970200;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  color: #c6c6c6;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-white {
  color: #777777;
  background-color: #f6f6f6;
  border-color: #d0d0d0;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: #40a5ea;
  border-color: #3894d3;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  color: #c6c6c6;
}
.btn-white .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #315fab;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  text-decoration: underline;
}
.btn-link:hover,
.btn-link:focus {
  color: #133c7f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
   max-width: 300px;
    overflow: hidden;
    max-height: 50vh;
    overflow-y: auto;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 14px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #5b5b5b;
  white-space: nowrap;
   overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dropdown-menu > li > a > .pull-right {
  color: #a4a4a4;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #5b5b5b;
  background-color: #d2d2d2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  /* margin-left: 0; */
  margin-left: 8px;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 250px;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 2px;
}
.pagination-text {
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 0px;
  line-height: 16px;
  text-decoration: none;
  color: #717171;
  background-color: #f6f6f6;
  border: 1px solid #d0d0d0;
  margin-left: 5px;
  border-radius: 2px;
  min-width: 26px;
  font-size: 12px;
  text-align: center;
}
.pagination > li.poiter {
  position: relative;
  float: left;
  padding: 4px 0px;
  line-height: 16px;
  font-size: 12px;
  text-decoration: none;
  color: #717171;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: 5px;
  border-radius: 2px;
  width: 26px;
  text-align: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #717171;
  background-color: #d2d2d2;
  border-color: #d0d0d0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #40a5ea;
  border-color: #3894d3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #f6f6f6;
  border-color: #d0d0d0;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e43031;
  border-radius: 10px;
  order: 3;
  align-self: flex-start;
}

.nav.ufeedmenu li a .badge.pull-right {
 margin-left: auto;
}

.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #5b5b5b;
}

.alert {
  padding: 14px;
  margin-bottom: 10px;
  border: 3px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #a0d4a1;
  border-color: #1e750f;
  color: #000000;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #ffeac4;
  border-color: #bd7800;
  color: #000000;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #ffeac4;
  border-color: #bd7800;
  color: #000000;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #ffc0c0;
  border-color: #970200;
  color: #000000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  padding: 0 3px;
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  margin-top: 3px;
  height: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  border-radius: 10px;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -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-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: -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-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: -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-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: -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);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #5b5b5b;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #5b5b5b;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #5b5b5b;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 16px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
      word-wrap: break-word;

}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 11px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 12px 10px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  background-color: rgb(61, 61, 61);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.098);
}
.tooltip-out{
  position:   fixed;  
  top:  0;
  left:   0;
  width:  100vw;
  height:   100vh;
  z-index:  -1;
}



.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 7px 6px 7px 0;
  border-right-color: rgb(61, 61, 61);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 250px;
   }
select.ct-select-year  + .select2-container {
    width:80px !important;
}
 select.ct-select-month  + .select2-container {
    width:120px !important;
}
select.ct-select-month  + .select2-container + select.ct-select-year  + .select2-container {
    margin-left: 10px;
}
 select.ct-select-day + .select2-container {
    width:120px !important;
}
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .select2-selection__clear{display:none;}
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block; 
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 10510000; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 2px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 350px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


.section-box{width: 740px;}
.g-one, .g-one-two, .g-two, .g-two-three, .g-three, .g-four, .g-five, .g-six, .g-seven, .g-seven-eight, .g-eight, .g-nine {display: inline;float: left;margin-left: 20px;}
.g-one{width:60px;}
.g-one-two{width:105px;}
.g-two{width:140px;}
.g-two-three{width:175px;}
.g-three{width:220px;}
.g-four{width:300px;}
.g-five{width:380px;}
.g-six{width:460px;}
.g-seven{width:540px;}
.g-seven-eight{width:560px;}
.g-eight{width:620px;}
.g-nine{width:700px;}
.ml-one{margin-left:100px;}
.ml-two{margin-left:180px;}
.ml-three{margin-left:260px;}
.ml-four{margin-left:340px;}
.ml-five{margin-left:420px;}
.ml-six{margin-left:500px;}
.ml-seven{margin-left:580px;}
.ml-eight{margin-left:660px;}
.ml-nine{margin-left:740px;}
.inside{margin-left:0;}
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content:' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.omega {
	padding-right: 20px;
}

@media only screen and (min-width: 1400px) {
.section-box{width: 1172px;}
.g-one, .g-one-two, .g-two, .g-two-three, .g-three, .g-four, .g-five, .g-six, .g-seven, .g-seven-eight, .g-eight, .g-nine {display: inline;float: left;margin-left: 20px;}
.g-one{width:108px;}
.g-one-two{width:160px;}
.g-two{width:236px;}
.g-two-three{width:295px;}
.g-three{width:364px;}
.g-four{width:492px;}
.g-five{width:620px;}
.g-six{width:748px;}
.g-seven{width:876px;}
.g-seven-eight{width:944px;}
.g-eight{width:1004px;}
.g-nine{width:1132px;}
.ml-one{margin-left:148px;}
.ml-two{margin-left:276px;}
.ml-three{margin-left:404px;}
.ml-four{margin-left:532px;}
.ml-five{margin-left:660px;}
.ml-six{margin-left:788px;}
.ml-seven{margin-left:916px;}
.ml-eight{margin-left:1044px;}
.ml-nine{margin-left:1172px;}
}
@media only screen and (min-width: 1250px) and (max-width: 1399px){
.section-box{width: 1010px;}
.g-one, .g-one-two, .g-two, .g-two-three, .g-three, .g-four, .g-five, .g-six, .g-seven, .g-seven-eight, .g-eight, .g-nine {display: inline;float: left;margin-left: 20px;}
.g-one{width:90px;}
.g-one-two{width:150px;}
.g-two{width:200px;}
.g-two-three{width:250px;}
.g-three{width:310px;}
.g-four{width:420px;}
.g-five{width:530px;}
.g-six{width:640px;}
.g-seven{width:750px;}
.g-seven-eight{width:800px;}
.g-eight{width:860px;}
.g-nine{width:970px;}
.ml-one{margin-left:130px;}
.ml-two{margin-left:240px;}
.ml-three{margin-left:350px;}
.ml-four{margin-left:460px;}
.ml-five{margin-left:570px;}
.ml-six{margin-left:680px;}
.ml-seven{margin-left:790px;}
.ml-eight{margin-left:900px;}
.ml-nine{margin-left:1010px;}
}
.section-box{width: calc(100% - 20px) !important;}
.g-nine{width: calc(100% - 20px) !important;}
.title-line #content .section-box.fixed-title{
    width: auto !important; 
    right: 0; left: 220px; 
    padding-right: 20px;
}   
@media only screen and (min-width: 10px) and (max-width: 973px){
    .title-line #content .section-box.fixed-title{
        left: 0;
    }
}
/* home icon */
.icon-home30:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 30px; height: 30px; background: url('../images/2014R3/icon/home30px.png') 0 0 no-repeat;
}
.icon-home30.icon-home-close:before {background-position: 0px 0px}
.icon-home30.icon-home-close:hover:before {background-position: -30px 0px}
.icon-home30.icon-home-help:before {background-position: 0px -30px}
.icon-home30.icon-home-help:hover:before {background-position: -30px -30px}
.icon-home30.icon-home-plus:before {background-position: 0px -60px}
.icon-home30.icon-home-plus:hover:before {background-position: -30px -60px}
.icon-home30.icon-home-l-arrow:before {background-position: 0px -90px}
.icon-home30.icon-home-l-arrow:hover:before {background-position: -30px -90px}
.icon-home30.icon-home-r-arrow:before {background-position: 0px -120px}
.icon-home30.icon-home-r-arrow:hover:before {background-position: -30px -120px}
.icon-home30.icon-home-drag:before {background-position: 0px -150px}
.icon-home30.icon-home-ui-icon1:before {background-position: 0px -180px}
.icon-home30.icon-home-ui-icon2:before {background-position: 0px -210px}
.icon-home30.icon-home-ui-icon3:before {background-position: 0px -240px}
.icon-home30.icon-home-ui-icon4:before {background-position: 0px -270px}
.icon-home30.icon-home-ui-icon8:before {background-position: -30px -270px}
.icon-home30.icon-home-ui-icon5:before {background-position: 0px -300px}
.icon-home30.icon-home-ui-icon6:before {background-position: 0px -330px}
.icon-home30.icon-home-ui-icon7:before {background-position: -30px -330px}
/* home icon 40 */
.icon-home40:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 40px; height: 40px; background: url('../images/2014R3/icon/home40px.png') 0 0 no-repeat;
}
.icon-home40.icon-home-doc:before {background-position: 0px 0px}
.icon-home40.icon-home-vdo:before {background-position: 0px -40px}
.icon-home40.icon-home-info:before {background-position: 0px -80px}
.icon-home40.icon-home-search:before {background-position: 0px -120px;margin-right: 10px;}
.icon-home40.icon-home-search:hover:before {background-position: -40px -120px}
.icon-home40.icon-home-team:before {background-position: 0px -160px;margin-right: 10px;}
.icon-home40.icon-home-team:hover:before {background-position: -40px -160px}
.icon-home40.icon-home-search2:before {background-position: 0px -200px;margin-right: 10px;}
.icon-home40.icon-home-search2:hover:before {background-position: 0px -240px}
.icon-home40.icon-home-team2:before {background-position: -40px -200px;margin-right: 10px;}
.icon-home40.icon-home-team2:hover:before {background-position: -40px -240px}
.icon-home40.icon-home-team3:before {background-position: 0px -280px;margin-right: 10px;}
.icon-home40.icon-home-team3:hover:before {background-position: 0px -320px}
.icon-home40.icon-home-team4:before {background-position: -40px -280px;margin-right: 10px;}
.icon-home40.icon-home-team4:hover:before {background-position: -40px -320px}
.icon-home40.icon-home-team5:before {background-position: 0px -360px;margin-right: 10px;}
.icon-home40.icon-home-team5:hover:before {background-position: -40px -360px}
/*cal icon*/
.icon-cal.cal-icon-ui01:before {background-position: 0px 0px}
.icon-cal.cal-icon-ui01:hover:before {background-position: 0px -16px}
.icon-cal.cal-icon-ui02:before {background-position: 0px -32px}
.icon-cal.cal-icon-ui02:hover:before {background-position: 0px -48px}
.icon-cal.cal-icon-ui03:before {background-position: 0px -64px}
.icon-cal.cal-icon-ui03:hover:before {background-position: 0px -80px}
.icon-cal.cal-icon-ui04:before {background-position: 0px -96px}
.icon-cal.cal-icon-ui04:hover:before {background-position: 0px -112px}
.icon-cal.cal-icon-ui05:before {background-position: 0px -128px}
.icon-cal.cal-icon-ui05:hover:before {background-position: 1px -144px}
.icon-cal.cal-icon-ui06:before {background-position: 0px -160px}
.icon-cal.cal-icon-ui06:hover:before {background-position: 0px -176px}
.icon-cal.cal-icon-ui07:before {background-position: 0px -192px}
.icon-cal.cal-icon-ui07:hover:before {background-position: 0px -208px}
.icon-cal.cal-icon-ui08:before {background-position: 0px -224px}
.icon-cal.cal-icon-ui08:hover:before {background-position: 0px -240px}
.icon-cal.cal-icon-ui09:before {background-position: 0px -256px}
.icon-cal.cal-icon-ui10:before {background-position: 0px -272px}
.icon-cal.cal-icon-ui11:before {background-position: 0px -288px}
.icon-cal.cal-icon-ui12:before {background-position: 0px -304px}
.icon-cal.cal-icon-ui13:before {background-position: 0px -320px}
.icon-cal.cal-icon-ui14:before {background-position: 0px -336px}
.icon-cal.cal-icon-ui15:before {background-position: 0px -352px}
.icon-cal.cal-icon-ui16:before {background-position: 0px -368px}
.icon-cal.cal-icon-ui17:before {background-position: 0px -384px}
.icon-cal.cal-icon-ui19:before {background-position: 0px -400px}
.alone.icon-cal.btn {
	padding: 6px;
}
.icon-calbigicon.cal-icon-b01:before{background-position: 0px -20px}
.icon-calbigicon.cal-icon-b02:before{background-position: 0px -60px}
.icon-calbigicon.cal-icon-b01:hover:before{background-position: 0px 0px}
.icon-calbigicon.cal-icon-b02:hover:before{background-position: 0px -40px}
.icon-calbigicon.cal-icon-b03:before{background-position: 0px -80px}
.icon-calbigicon.cal-icon-b04:before{background-position: 0px -100px}
.icon-calbigicon.cal-icon-b03:hover:before{background-position: 0px -120px}
.icon-calbigicon.cal-icon-b04:hover:before{background-position: 0px -140px}
.icon-calbigicon:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 20px; height: 20px; background: url('../images/2014R3/icon/calendar_icon_20px.png') 0 0 no-repeat;
background-size: 20px;
}


/*analytic icon*/
.icon-analytic:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 40px; height: 40px; background: url('../images/2014R3/icon/analytic.png') 0 0 no-repeat;
}
.icon-analytic.icon-ana-ui1:before {background-position: 0px 0px}
.icon-analytic.icon-ana-ui2:before {background-position: 0px -40px}
.icon-analytic.icon-ana-ui3:before {background-position: 0px -80px}
.icon-analytic.icon-ana-ui4:before {background-position: 0px -120px}
.icon-analytic.icon-ana-ui5:before {background-position: 0px -160px}
.icon-analytic.icon-ana-ui6:before {background-position: 0px -200px}
.icon-analytic.icon-ana-ui1:hover:before {background-position: 0px -240px}
.icon-analytic.icon-ana-ui2:hover:before {background-position: 0px -280px}
.icon-analytic.icon-ana-ui3:hover:before {background-position: 0px -320px}
.icon-analytic.icon-ana-ui4:hover:before {background-position: 0px -360px}
.icon-analytic.icon-ana-ui5:hover:before {background-position: 0px -400px}
.icon-analytic.icon-ana-ui6:hover:before {background-position: 0px -440px}
.icon-analytic.icon-ana-ui1.active:before {background-position: 0px -480px}
.icon-analytic.icon-ana-ui2.active:before {background-position: 0px -520px}
.icon-analytic.icon-ana-ui3.active:before {background-position: 0px -560px}
.icon-analytic.icon-ana-ui4.active:before {background-position: 0px -600px}
.icon-analytic.icon-ana-ui5.active:before {background-position: 0px -640px}
.icon-analytic.icon-ana-ui6.active:before {background-position: 0px -680px}
.icon-analytic.icon-ana-ui7:before {background-position: 0px -720px}
.icon-analytic.icon-ana-ui8:before {background-position: 0px -760px}
.icon-analytic.icon-ana-ui7:hover:before {background-position: 0px -800px}
.icon-analytic.icon-ana-ui8:hover:before {background-position: 0px -840px}
.icon-analytic.icon-ana-ui9:before {background-position: 0px -880px}
.icon-analytic.icon-ana-ui9:hover:before {background-position: 0px -920px}

.icon-analytic.icon-ana-ui5-3:before {background-position: 0px -960px}
.icon-analytic.icon-ana-ui5-4:before {background-position: 0px -1000px}
.icon-analytic.icon-ana-ui5-3:hover:before {background-position: 0px -1040px}
.icon-analytic.icon-ana-ui5-4:hover:before {background-position: 0px -1080px}
.icon-analytic.icon-ana-ui5-3.active:before {background-position: 0px -1120px}
.icon-analytic.icon-ana-ui5-4.active:before {background-position: 0px -1160px}

/*dis (discussion icon?)*/
.icon-dis-board:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 40px; height: 40px; background: url('../images/2014R3/icon/discussion_board.png') 0 0 no-repeat;
}
.icon-dis-board.dis-icon-ui01:before {background-position: 0px 0px}
.icon-dis-board.dis-icon-ui02:before {background-position: 0px -40px}
.icon-dis-board.dis-icon-ui03:before {background-position: 0px -80px}
.icon-dis-board.dis-icon-ui04:before {background-position: 0px -120px}
.icon-dis-board.dis-icon-ui05:before {background-position: 0px -136px}
/*goal icon*/
.icon-goal:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 24px; height: 24px; background: url('../images/2014R3/icon/goal24px.png') 0 0 no-repeat;
}
.icon-goal.goal-icon-ui01:before {background-position: 0px 0px}
.icon-goal.goal-icon-ui02:before {background-position: 0px -24px}

.icon-goal2:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 16px; height: 16px; background: url('../images/2014R3/ui-function.png') 0 0 no-repeat;
}
.icon-goal2.goal-icon-ui-lock:before {background-position: -184px -286px}
.icon-goal2.goal-icon-ui-unlock:before {background-position: -184px -302px}

/*left panel */
a.icon-left-p:before {margin-right:10px;}
.icon-left-p:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 16px; height: 16px; background: url('../images/2014R3/icon/left_panel.png') 0 0 no-repeat;background-size:32px; 
}
.icon-left-p.left-p-icon01:before {background-position: 0px 0px}
.icon-left-p.left-p-icon02:before {background-position: 0px -16px}
.icon-left-p.left-p-icon03:before {background-position: 0px -32px}
.icon-left-p.left-p-icon04:before {background-position: 0px -48px}
.icon-left-p.left-p-icon05:before {background-position: 0px -64px}
.icon-left-p.left-p-icon06:before {background-position: 0px -80px}
.icon-left-p.left-p-icon07:before {background-position: 0px -96px}
.icon-left-p.left-p-icon08:before {background-position: 0px -112px}
.icon-left-p.left-p-icon09:before {background-position: 0px -128px}
.icon-left-p.left-p-icon10:before {background-position: 0px -144px}
.active .icon-left-p.left-p-icon01:before {background-position: 0px -160px;min-width: 16px;}
.active .icon-left-p.left-p-icon02:before {background-position: 0px -176px}
.active .icon-left-p.left-p-icon03:before {background-position: 0px -192px}
.active .icon-left-p.left-p-icon04:before {background-position: 0px -208px}
.active .icon-left-p.left-p-icon05:before {background-position: 0px -224px}
.active .icon-left-p.left-p-icon06:before {background-position: 0px -240px}
.active .icon-left-p.left-p-icon07:before {background-position: 0px -256px}
.active .icon-left-p.left-p-icon08:before {background-position: 0px -272px}
/*.active .icon-left-p.left-p-icon09:before {background-position: 0px -288px}*/
.active .icon-left-p.left-p-icon10:before {background-position: 0px -304px}
.icon-left-p.left-p-icon11:before {background-position: 0px -320px}
.icon-left-p.left-p-icon12:before {background-position: 0px -336px}
.icon-left-p.left-p-icon13:before {background-position: 0px -352px}
.icon-left-p.left-p-icon14:before {background-position: 0px -368px}
.icon-left-p.left-p-icon13:hover:before {background-position: 0px -384px}
.icon-left-p.left-p-icon14:hover:before {background-position: 0px -400px}
.icon-left-p.left-p-icon32:before { background-position: 0px -495px }
.active .icon-left-p.left-p-icon32:before { background-position: 0px -511px }
.icon-left-p.left-p-icon33:before { background-position: 0px -527px }
.active .icon-left-p.left-p-icon33:before {background-position: 0px -543px;}
/* old icon */
.icon-search.icon:before {background-position: 0px 0px;}
.search-top.icon:before {background-position: 0px -16px;}
.search-top.icon:hover:before {background-position: 0px 0px;}
.downarrow-top.icon:before {background-position: 0px -80px;}
.open .downarrow-top.icon:before {background-position: -16px -80px;}
.uparrow-top.icon:before {background-position: 0px -80px;transform: rotate(180deg);}
.icon-tooltip.icon:before {background-position: 0px -112px;}
.icon-help.icon:before {background-position: 16px -112px;}
.icon-profile.icon:before {background-position: 0px -192px;}
.icon-eval.icon:before {background-position: -16px -192px;}
.btn.icon.alone {
	padding: 6px;
}
.btn.alone.icon:before{
	margin-right: 0px;
}
.btn.icon:before {
	margin-right: 10px;
}
#leftmenu .icon:before {
	margin-right: 15px;
}
#leftmenu span.icon:before {
	margin-right: 0px;
}
.rightarrowmenu.icon:before {
	background-position: 0px -32px;	
}
.icon:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 16px; height: 16px; background: url('../images/2014R3/iconall.png') 0 0 no-repeat;
}


.icon-onboarding:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;background: url('../images/2014R3/icon/Onboarding.png') 0 0 no-repeat;
}
html {
    -webkit-font-smoothing: antialiased !important;
	background-color: #E5E5E5;
}
/*typography*/
.head-content h2 {
	margin-bottom: 10px;
}
.head-content h2:last-child {
	margin-bottom: 0px;
}
body {
	font-family: "Roboto",  tahoma, Arial, sans-serif !important;
	min-width: 960px;

}
html ,*{
   -ms-overflow-style: scrollbar;
}
.heading {
	font-size: 24px;
	line-height: 50px;
}
label {
	color: #555555;
}
label em {
	color: #1c6189;
}
.clear:after {
	content: " ";
	display: table;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #e5e5e5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #e5e5e5;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   /* color: #f6f6f6; */
   color: #e5e5e5;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #e5e5e5;
}


/*image*/
img.img-view_edit ,img.img-list{
	max-width: 100%;	
	max-height: 100%;
}

.btn-tooltip {
	background: transparent;
	border: 0px;
	padding: 0px;
	margin-left: 8px;
	vertical-align: middle;
}
.row .inputerror-text {
	display: block;
	line-height: 12px;
	color: #cb0303;
	bottom: -0.25em;
	font-size: 75%;
}
.row.row-view:nth-last-child(2),.tab-row.row-view:nth-last-child(2) {
	margin-bottom: 20px;
}
.row-view label {
	padding-top: 0px;
	color: #3d3d3d;
}
.row.row-view p,.tab-row.row-view p{
	padding-top: 0px;
	color: #7e7e7e;
}
.row.row-view ,.tab-row.row-view {
	margin-bottom:10px;
}
.ctext-label {
	color:  #555555 ;
}
.ctext-warning {
	color:  #f5a61c;
}
.ctext-danger {
	color: #e43031;
}
.ctext-success {
	color: #00a65a;
}
.ctext-primary {
	color: #315fab;
}


/* text textarea */
textarea {
	width: 300px;
	height: 90px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
}
textarea:focus{
	outline: 0;
	border-color: #5da8dc;
	position: relative; z-index: 2;
}
/*look up*/
.btn-lookup {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
	position: relative;
	z-index: 2;
}
.btn-lookup:hover,
.btn-lookup:focus,
.btn-lookup:active,
.btn-lookup.active,
.open > .dropdown-toggle.btn-lookup,.input-group:focus .btn-lookup {
  color: #fff;
  background-color: #5da8dc;
  border-color: #5da8dc;
  outline: 0 !important;
}
/*fix input ie*/
*::-ms-clear { display: none; }
/*fix look up*/

.input-group.RECORD_LOOKUP {
	float: left;
	max-width: 100%; 
}

/*-------------*/
.modal-label {
    float: left;
    margin-right: 10px;
    width: 150px;
    line-height: 30px;
 }
 .modal-input {
    margin-right: 20px;
    margin-left: 160px;
 }
	.ui-autocomplete li.SEARCH_LI[clazz="search-p"]+li.SEARCH_LI[clazz="search-r"] ,.ui-autocomplete li.SEARCH_LI[clazz="search-e"]+li.SEARCH_LI[clazz="search-r"],.ui-autocomplete li.SEARCH_LI[clazz="search-e"]+li.SEARCH_LI[clazz="search-p"]{
		border-top: 1px solid #cccccc;
	}
 .ui-autocomplete {
 	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	min-width: 250px;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
 }
 .ui-autocomplete ul{
 	max-width: 221px;
}
 .RECORD_LOOKUP_CLS{

	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
	width: 16px;
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 36px;
	z-index: 10;
	color: #fff;
}
 .RECORD_LOOKUP_CLS:hover{
 	background-color: #e43031;
 }
.ui-menu-item a{
	display: block;
	padding: 5px 10px;
	color: #5b5b5b;
	cursor: pointer;

}
.record-list .close_button {
	font-weight: bold;
}
.record-list .close_button:hover {
	color: #e43031;
}
.ui-menu-item a:hover{
    color: #333333;
    background-color: #D2D2D2;
}
button.addbtn-plus + div.input-group{
	float: left;
	margin-right: 10px;
}
ul.record-list {
	width: 250px;
	margin-bottom: 	0px;
}
li.record-item {
	display: block;
	padding: 5px 10px
}
li.record-item a{
	text-decoration: none;
}

li.RECORD_LI_LINK.ui-menu-item{
 	border-top: solid 1px #dddddd ; 
}
li.RECORD_LI_LINK.ui-menu-item a{
	text-decoration: underline;
    color: #428bca;
}
li.RECORD_LI_LINK.ui-menu-item:hover a{
    color: #428bca;
}
/* spinner */
.ui-spinner {
	position: relative;
}
.ui-spinner .ui-spinner-button {
	position: absolute;
	right: 1px;
	background-color: #cccccc;
	width: 22px;
	vertical-align: middle;
	text-align: center;
}
a.ui-spinner-button.ui-spinner-down {
	top: 10px;
	line-height: 13px;
}
a.ui-spinner-button.ui-spinner-up {
	line-height: 14px;
	top: -5px;
}
.ui-spinner a.ui-spinner-button{
	color: #ffffff;
	font-size: 8px;
	cursor: pointer;
	z-index: 1;
}
.ui-timepicker-wrapper {
	z-index: 10;
}
.ui-spinner-input {
	width: 100px !important;
	display: inline;
	height: 30px;
	padding: 6px 30px 6px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	text-align: right;
}
.ui-spinner-input:hover,
.ui-spinner-input:focus,
.ui-spinner-input:active,
.ui-spinner-input.active{
	outline: 0 !important;
	  border-color: #5da8dc;
}
/* datepicker */
.ui-datepicker-prev {
	background: #dadada url(../images/2014R3/ui-function.png) 0px -30px no-repeat;
	content: "";
}
.ui-datepicker-next {
	background: #dadada url(../images/2014R3/ui-function.png) -30px -30px no-repeat;
	content: "";
}
.ui-icon-circle-triangle-w,.ui-icon-circle-triangle-e {
	display: none;
}
input[type="text"].hasDatepicker {
	background: url(../images/2014R3/ui-function.png) 0 0 no-repeat;
	padding-left:30px;
	display: inline;
	height: 30px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	width: 160px;
}
.date-as-date input[type="text"].hasDatepicker{
	width: 135px;
	background-position: -25px 0px;
}
.date-as-date input[type="text"].hasDatepicker:last-child{
	margin-left: 10px;
}
.hasDatepicker:hover,
.hasDatepicker:focus,
.hasDatepicker:active,
.hasDatepicker.active{
	outline: 0 !important;
	border-color: #5da8dc;
}
.ui-datepicker-group {
	float: left;
	position: relative;
}
.ui-datepicker-title {
	text-align: center;
	background-color: #e43031;
	color: #fff;
	line-height: 25px;
}
.ui-datepicker-group-first .ui-datepicker-title ,.ui-datepicker-group-first .ui-datepicker-calendar{
	margin-left: 30px
}
.ui-datepicker-group-last .ui-datepicker-title,.ui-datepicker-group-last .ui-datepicker-calendar  {
	margin-right: 30px
}
/*
.ui-datepicker .ui-datepicker-calendar {
	margin: 0 30px;
}
*/
a.ui-datepicker-prev,a.ui-datepicker-next {
	position: absolute;
	width: 30px;
	height: 400px;
}
a.ui-datepicker-next{
	right: 0;
}
.ui-datepicker-calendar th {
	width: 24px;
	height: 24px;
	color: #e43031;
	line-height: 24px;
	text-align: center;
}
.ui-datepicker-calendar td > a {
	width: 24px;
	height: 24px;
	margin: 3px;
	display: block;
	vertical-align: middle;
	line-height: 24px;
	text-align: center;
	color: #7a7a7a;
	font-size: 13px;
}
.ui-datepicker-calendar td > a:hover,.ui-datepicker-calendar td > a.ui-state-highlight:hover {
	border-radius: 50%;
	background-color: #e43031;
	color: #ffffff;
}
.ui-datepicker-calendar td.ui-datepicker-today > a{
	border-radius: 50%;
	background-color: #c6c6c6;
	color: #ffffff;
}
.ui-datepicker {
	background-color: #f6f6f6;
	overflow: hidden;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.098);
	display:none;
}
.ui-datepicker.ui-widget {
	z-index: 1100 !important;
}
.ui-datepicker-group-first {
	padding-right: 2px;
}
/* timepicker */
.ui-timepicker-list {
	overflow-y: auto;
	overflow-x: hidden;
	width: 80px;
	height: 100px;
	background: #fff;
	border: #cccccc 1px solid;
	border-radius: 2px;
	line-height: 16px;
	font-size: 12px;
}
.ui-timepicker-list li {
	padding: 2px 4px;
	cursor: pointer;
}
.ui-timepicker-list li:hover {
	padding: 2px 4px;
	background-color: #f6f6f6;
}
input[type="text"].ui-timepicker-input {
	width: 80px;
	text-align: center;
	line-height: 16px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	height: 30px;
}

input[type="tel"].ui-timepicker-input {
	width: 80px;
	text-align: center;
	line-height: 16px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	height: 30px;
}

input[type="text"].ui-timepicker-input.error,input[type="text"].hasDatepicker.error {
	    border-color: #cb0303;
}
/* checkbox */
input[type=checkbox].css-checkbox {
	  position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:22px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: -184px -23px;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: -184px -1px;
}
.css-label{
	background-image:url(../images/2014R3/ui-function.png);
}
/* radio */
input[type=radio].css-radio {
	  position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}
input[type=radio].css-radio + label.css-label {
	padding-left:20px;
	height:22px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: -184px -66px;
	cursor:pointer;
}
input[type=radio].css-radio:disabled + label.css-label {
	background-position: -184px -88px;
}
input[type=radio].css-radio:checked + label.css-label {
	background-position: -184px -44px;
}

#tbl1 input[type=radio].css-radio:checked + label.css-label {
background-position: -184px -51px;
}
#tbl1 input[type=radio].css-radio + label.css-label {
padding: 0;
min-width: 16px;
height: 16px;
display: block;
max-width: 16px;
margin: 7px auto;
background-position: -184px -73px;
}


/* top nav */
#topnav {
	background-color: #2F5FAC;
	height: 50px;
	z-index: 14;
	position: fixed;
	top: 0px;
	width: 100%;
}
#topnav .logo {
	width: 220px;
	background: #fff;
	height: 50px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	overflow: hidden;
	float: left;
}
.cus-logo img{
	max-width: 220px;
	max-height: 50px;
	padding: 5px;
	overflow: hidden;
	float: left;
}

/*---------------------------*/
/*----- start GB SEARCH -----*/
/*---------------------------*/
#topsearch {
	width: 250px;
	float: left;
	margin: 10px 22px;
}
#topsearch .form-control:focus {
	border-color: #ccc;
	outline: 0;
}
#topsearch .form-control{
	border-right: transparent;
}
#topsearch .btn-default {
	background-color: #fff;
	border-color: #ccc;
}
#topsearch .btn-default:hover,#topsearch  .btn-default:focus,#topsearch  .btn-default:active,#topsearch  .btn-default.active{
	background-color: #5da8dc;
}
#topsearch ul.SEARCH_UL {
	position: absolute;
	top: 40px;
	  left: 0;
	margin: 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	width: 250px !important;
	overflow-y:auto	; 
	 max-height: 50vh;
}
#topsearch ul.SEARCH_UL .gb-searchp {
	padding: 20px;
	color: #c6c6c6;
}
#topsearch ul.SEARCH_UL img {
	max-width: 35px;
	max-height: 35px;
	float: left;
	margin-right: 10px;
}
#topsearch ul.SEARCH_UL hr{
	margin: 0px;
}
#topsearch ul.SEARCH_UL a {
	padding: 5px 10px;
	display: block;
}
#topsearch ul.SEARCH_UL a:hover {
	background-color: #5da8dc;
	color: #fff;
}
#topsearch ul.SEARCH_UL a:hover span {
		color: #fff;
}
#topsearch ul.SEARCH_UL a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#topsearch.o-search ul.SEARCH_UL a {
	padding: 5px 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#topsearch ul.SEARCH_UL .gb-s-em,#topsearch ul.SEARCH_UL .gb-s-text {
	color: #3d3d3d;
	line-height: 17px;
}
#topsearch ul.SEARCH_UL .gb-s-job {
	font-size: 10px;
	color: #c6c6c6;
}
#topsearch ul.SEARCH_UL .gs-label{
	margin: 10px;
	color: #3d3d3d;
	font-size: 20px;
	margin-top: 15px;
}
#topsearch ul.SEARCH_UL .gs-label span{
	color: #c6c6c6;
	font-size: 12px;
}
#topsearch ul.SEARCH_UL .em_box_s {
	max-height: 180px;overflow: auto;
}
#topsearch ul.SEARCH_UL .link_box_s {
	max-height: 108px;overflow: auto;
}
#topsearch .input-group .form-control:not(:first-child):not(:last-child){
	border-radius: 2px;
}

.focus-box ,#topsearch .SEARCH_NAME:active + .focus-box{
	display: none;
}
#topsearch .SEARCH_NAME:focus + .focus-box {
position: absolute;
  width: 250px;
  padding:20px;
  top: 40px;
  display: block;
  background: #fff;
    border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 }
#topsearch ul.SEARCH_UL a:hover span{
	animation: menu-hover 2s forwards;
}
@-webkit-keyframes menu-hover {
	form{}
	to {white-space: normal;}
}
@-moz-keyframes menu-hover {
	to {white-space: normal;}
}
@-o-keyframes menu-hover {
	to {white-space: normal;}
}
@keyframes menu-hover {
	to {white-space: normal;}
} 

/*---------------------------*/
/*------ end GB SEARCH ------*/
/*---------------------------*/
#user-roll {
	min-width: 210px;
	max-width: 220px;
	height: 50px;
	cursor: pointer;
}
.open #user-roll {
	background-color: #133c7f;
}
#user-roll:hover {
	background-color: #133c7f;
}
#topnav .dropdown-menu {
	width: 210px;
	margin-top: -1px;
	padding: 0;
}
#topnav .dropdown-menu > li > a:hover,
#topnav .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #5da8dc;
}
#topnav .dropdown-menu > li > a:hover > .pull-right,
#topnav .dropdown-menu > li > a:focus > .pull-right {
	color: #fff;
}
.user-img {
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
	margin-right: 6px;
	float: left;
}
.em-name {
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; /* or "clip" */
}
.em-role {
	color: #fff;
	font-size: 10px;
	max-width: 300px;
	white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; /* or "clip" */
}
.dropicon {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 17px;
	margin-bottom: 17px;
}
/* layout */
#wrap {
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 50px;
}
#leftmenu {
	float: left;
	position: relative;
	width: 220px;
	background-color: #3d3d3d;
	overflow: visible !important;
}
.content-column {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#content {
	margin-left: 220px;
	background-color: #E5E5E5;
	margin-top: 50px;
}
/* title-line */
.title-line #content .section-box.fixed-title {
	position: fixed;
	top: 50px;
	background-color: #E5E5E5;
	z-index: 11;
}
.title-line #content {
	padding-top: 50px;
}
.title-line #content-column2 {
	margin-top: -50px;
}
.title-line.cmdline #content-column {
	padding-bottom: 100px;
}
.title-line #content-column,.title-line #content-column2 {
	padding-bottom: 50px;
}
/* left nav*/
.nav {
	margin-bottom: 0px;
}
.nav li a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 30px;
	color: #fff;
}
.nav.edit-shortcut li a.icon-delete-shortcut {
	float: left;
}
.nav.shortcut li a {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: #3d3d3d;
}
.nav.edit-shortcut li a {
	white-space: nowrap;
	overflow: normal;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nav.ufeedmenu li a{
	background-color: #141414;
}
.nav li.active a,.nav li:active a {
	color: #f5a61c;
}
.nav.ufeedmenu li a:active,.nav.ufeedmenu li a.active,.nav.ufeedmenu li:hover>a{
	background-color: #000;
}
.nav.mainmenu li {
	background-color: #3d3d3d;
	margin-bottom: 0;
}
.nav.mainmenu li:hover>a,.nav.mainmenu li a.active,.nav.mainmenu li a:active,.nav.mainmenu li.hover > a {
	background-color: #2e2e2e;
}
.rightarrowmenu {
	position: absolute;
	right: -11px;
	display: none;
	z-index: 1000;
}
.nav.mainmenu,.nav.shortcut {
	font-size: 14px;
}
li.sub-leftmenu.active {
	  background-color: #2e2e2e;
}
li.sub-leftmenu:hover>a .rightarrowmenu,li.sub-leftmenu.active>a .rightarrowmenu {
	display: block;
}
.nav.shortcut {
	background-color: #7a7a7a;
}
.nav.shortcut li{
	border-bottom: 0;
} 
.nav.shortcut li a{
	background-color: #3d3d3d;
}
.nav.shortcut li:hover>a,.nav.shortcut li.active a,.nav.shortcut li:active a {
	background-color: #2e2e2e;
}
.submenu li {
	width: 220px;
}
.nav .submenu {
	display: none;
}
li:hover>.submenu{
	display: block;
}
#leftmenu .submenu {
	position: absolute;
	top: 0px;
	right: -220px;
	background: #141414;
	/*overflow-y: auto;*/
	z-index: 900;
}
#leftmenu .submenu>.submenu {
	right: -440px;
}
.nav.edit-shortcut li{
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	background-color: #7a7a7a;
	margin-bottom: 1px;
}
.nav.edit-shortcut li span{
	white-space: normal;
	margin-left: 30px;
	width: 110px;
	font-size: 14px;
	display: block;
}

/* new left menu*/

#leftmenu .sub-leftmenu  {
	position: relative;
}
#leftmenu .sub-leftmenu li:hover {
background-color: #2e2e2e;
}
#leftmenu .sub-leftmenu > ul{
	position: absolute;
	width: 220px; 
	left: 220px;
	z-index: 13;
	top: 0;
	margin-top: 0%; 
	display: none;
}
#leftmenu .sub-leftmenu.active > ul {
	display: block;
	margin-bottom: 50px;
}
#leftmenu .sub-leftmenu.active > ul a {
	color: #ffffff;
	
}
#leftmenu .sub-leftmenu > ul a{
	padding: 10px 15px;
}
#leftmenu .sub-leftmenu > ul > li >ul > li >ul > li> .MENU_USER_ADD +  a {
	margin-right: 36px;
}
#leftmenu .sub-leftmenu > ul > li >ul > li >ul > li> .MENU_USER_ADD.display-none +  a {
	margin-right: 0px;
}
#leftmenu .sub-leftmenu > ul a.MENU_USER_ADD{
	padding: 10px 10px;
	margin-right: 0px;
}

#leftmenu .sub-leftmenu > ul li {	
	margin-bottom: 0;
	border-bottom: 0;
}
#leftmenu .sub-leftmenu *{
	-webkit-transition: all 0.2s 0.1s;
	-moz-transition: all 0.2s 0.1s;
	transition: all 0.2s 0.1s;
}
#leftmenu .sub-leftmenu > ul > li > a > span.caret {
	  float: right;
	  margin-top: 7px;
	  border-top: 4px solid transparent;
  	 border-left: 4px solid ;
 	 border-bottom: 4px solid transparent;
 	 border-right: 4px solid transparent;
}
#leftmenu .sub-leftmenu > ul > li.active {
	background: #3d3d3d;
}
#leftmenu .sub-leftmenu > ul > li.active:hover>a {
	background: #2e2e2e;
}
#leftmenu .sub-leftmenu > ul > li.active > a > span.caret {
	border-top: 4px solid ;
  	 border-left: 4px solid transparent;
 	 border-bottom: 4px solid transparent;
 	 border-right: 4px solid transparent;
}
#leftmenu .sub-leftmenu > ul > li.active > ul {
	display: block;
}
#leftmenu .sub-leftmenu > ul > li > ul {
	display: none;
	border: solid 2px #3d3d3d;
}
#leftmenu .sub-leftmenu > ul > li > ul > li {
	border-bottom: solid 1px #3d3d3d;
	border-top: solid 1px #3d3d3d;
	position: relative;
}
#leftmenu .sub-leftmenu > ul > li > ul > li:last-child ,#leftmenu .sub-leftmenu > ul > li.active{
	border-bottom: solid 1px #3d3d3d
}
#leftmenu .sub-leftmenu > ul > li > ul > li > a {
	padding: 10px 30px;
}
#leftmenu .sub-leftmenu > ul > li > ul > li:hover,#leftmenu .sub-leftmenu > ul > li > ul > li.active {
	border-bottom: solid 1px #3d3d3d;
    border-top: solid 1px #3d3d3d;
}
#leftmenu .sub-leftmenu > ul > li > ul > li.active >a {
	background-color: #2e2e2e;
	outline: none;
}
#leftmenu .sub-leftmenu > ul > li > ul > li > ul {
	position: absolute;
	left: 218px;	
	width: 220px;
	display: none;
	top: -2px;
	border: solid 1px #3d3d3d;
}
#leftmenu .sub-leftmenu > ul > li > ul > li.active > ul {
	display: block;
}
#leftmenu .sub-leftmenu > ul > li > ul > li > ul > li {
	border-bottom: solid 1px #3d3d3d;
	border-top: solid 1px #3d3d3d;
}
#leftmenu .sub-leftmenu > ul > li > ul > li > ul > li:hover,#leftmenu .sub-leftmenu > ul > li > ul > li > ul > li.active {
		border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
}

/* icon */
.nav.edit-shortcut .icon-drag:before {
	background-position: -184px -142px;
}
.nav.edit-shortcut .icon-drag:hover:before {
	background-position: -184px -158px;
}
.nav.edit-shortcut .icon-delete-shortcut:before {
	background-position: -184px -110px;
}
.nav.edit-shortcut .icon-delete-shortcut:hover:before {
	background-position: -184px -126px;
}
.icon-ui.icon-drag-ball{
	width: 40px;
}
.icon-ui.icon-drag-ball:before {
	content: "";
	position: relative;
	top: 0px;
	float: left;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	background-position: -144px -30px;
}
.icon-help.icon-ui:before {
	background-position: -184px -174px;
}
.LEFTMENU.icon-ui:before {
	background-position: -184px -334px;
	margin-right: 0px;
	opacity: 0.5;
  	margin-top: 2px;
}
.icon-ui.icon-drag-ball:hover:before {
	background-position: -104px -30px;
}
.icon-ui:before {
	content: "";
	position: relative;
	top: 0px;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0;
	background: url('../images/2014R3/ui-function.png') 0 0 no-repeat;
}
.nav.edit-shortcut {
	background-color: #757575;
	padding-bottom: 1px; 
}
.nav.edit-shortcut li a {
	position: relative;
	line-height: 20px;
	vertical-align: baseline;
	padding: 0px;
}
.nav.edit-shortcut li:hover {
	background-color: #2e2e2e;
}
.icon-ui:before {
	margin-right: 15px;
}
.btn.icon-ui.alone {
	padding: 6px;
}
.alone.icon-ui:before {
	margin-right: 0px;
}
#leftmenu .nav.edit-shortcut .pull-right.icon-ui:before {
	margin-right: 0px;
}

/*content*/
#content-column,#content-column2 {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#content-column2 {
	display: none;
}
.section-box {
	padding-left: 20px;
}
.top-tool .btn{
	vertical-align: top;
	margin-top: 10px;
}
.top-tool .btn.addnewd{
	float: right;
	margin-top: 10px;
	font-size: 15px;
	position: relative;
}
.box-content {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.078);
	margin-bottom: 20px;
	padding-top: 20px;
}
.box-content.sub-content{
	background-color: rgb(243, 243, 243);
	border-top: 1px solid #d3d3d3;
}
.box-content.head-content {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.078);
}
.free-content {
	margin-bottom: 20px;
}
.row {
	margin-bottom: 20px;
	opacity: 1;
}
.cmdline #content-column {
	padding-bottom: 50px;
}
.cmdline-box {
	background-color: #111111;
	padding: 10px 20px;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}
.cmdline-box.cmdline-box-hide {
	display: none;
}
/* filter */
.f-headerrow {
	cursor: pointer;
}
.box-content.filter {
	padding-top: 0px;
	padding-bottom: 0px;
}
.box-content.filter .f-header {
	padding-top: 20px;
}
.box-content.filter.disable .f-header {
	padding-bottom: 20px;
}
.box-content.filter.disable .row {
	opacity: 0;
	display: none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-content.filter.disable .row.f-headerrow  {
	display: block !important;
	margin-bottom: 0px;
	opacity: 1;
}
.box-content.filter .f-up-down {
	transform: rotate(180deg);
	 -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0.5s, transform 0.5s;
}
.box-content.filter.disable .f-up-down {
	transform: rotate(0deg);
}
/* image */
.circle {
    border-radius: 50%;
}
/*fix btn*/
.btn-margin {
	margin-right: 10px;
}
.pull-right.btn-margin ,.pull-right > .btn-margin {
	margin-right: 0px;
	margin-left: 10px;
}
/* export */
.btn.btn-export {
  color: #333333;
  background-color: #f6f6f6;
  border-color: #CCCCCC;
}
.btn.btn-export:hover,
.btn.btn-export:focus,
.btn.btn-export:active,
.btn.btn-export.active,
.open > .dropdown-toggle.btn-export {
	/*
	color: #333;
	background-color: #d2d2d2;
	border-color: #dbdbdb;
	*/
	color: #333333;
    background-color: #D2D2D2;
    border-color: #CCCCCC;
}
.dropdown-menu.dropdownexport{
	min-width: 98px;
}
.dropdownexport.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	/*
	color: #ffffff;
	background-color: #5da8dc;
	*/
	color: #333333;
    background-color: #D2D2D2;
}
/* dropdown image */
.dropdown-image .btn{
	padding: 5px 15px 5px 5px;
}
.dropdown-image img {
	max-height: 28px;
	margin-right: 5px;
}
.dropdown-image li a{
	/*padding: 5px 15px 5px 5px;*/
}
/*scroll*/
.scroll{
	overflow:auto;
}
/* margin */
.row.ml-bottom-zero, .ml-bottom-zero {
	margin-bottom: 0px;
}

/* icon alert */
.alert-success.icon-ui.icon-alert:before {
	background-position: -184px -206px;
}
.alert-danger.icon-ui.icon-alert:before {
	background-position: -184px -222px;
}
.alert-warning.icon-ui.icon-alert:before {
	background-position: -184px -237px;
}
.alert-info.icon-ui.icon-alert:before {
	background-position: -184px -254px;
}
.icon-ui.icon-back:before {
	background-position: -184px -270px;
}
div.alert p.indent {
	margin-left: 31px;
}

/* tab-content */
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
.box-content.box-tab {
	padding-top: 0px;
}
.nav-tabs.g-two {
	margin: 0px;
	padding: 0px;
	border-right: #ebebeb solid 1px;
}
.tab-content {
	display: inline;
	float: left;
	
}
.tab-pane {
	padding-top: 20px;
}
.tab-row {
	width: 100%;
	margin-bottom: 20px;
}
.nav-tabs li > a,.nav-tabs li.tab-label {
	line-height: 30px;
	padding: 0 20px;
	display: block;
	color: #7a7a7a;
}
.nav-tabs li.tab-label {
	color: #dddddd;
}
.nav-tabs li.active > a {
	background-color:#e4e4e4 ;
	color: #3d3d3d;
}
.nav-tabs li:hover > a {
	background-color:#e4e4e4 ;
}
.tab-content.g-seven .tab-row .g-seven{
	margin: 0px;
	padding: 0px;
}
.tab-content.g-seven .tab-row .alpha.g-six,.tab-content.g-seven .tab-row .alpha.g-five,.tab-content.g-seven .tab-row .alpha.g-four,.tab-content.g-seven .tab-row .alpha.g-three,.tab-content.g-seven .tab-row .alpha.g-two,.tab-content.g-seven .tab-row .alpha.g-one{
	margin-left: 0px;
}

/* --------------- */
/* start flow only */
/* --------------- */
.box-flow{
	display: block;
	min-height: 100px;
}
.flow-loop {
	width: 250px;
	float: left;
	position: relative;
	margin: 20px 5px;
	text-align: center;
}
.flow-loop img {
	width: 35px;
	height: 35px;
	border: solid 2px #ffffff;
	margin-right: 10px;
	float: left;
}
.flow-em-box {
	text-align: left;
	width: 200px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.flow-emname {
	padding-top: 2px;
	color: #3d3d3d;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 148px;
	overflow: hidden;
	margin-left: 45px;
}
.flow-emdis {
	color: #7a7a7a;
	font-size: 10px;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 148px;
	overflow: hidden;
	margin-left: 45px;
}
.flow-em {
	padding: 5px 0px;
}
.dottycircle {
	height: 20px;
	margin: 10px 0px;
	position: relative;
}
.dottycircle .circle {
	width: 20px;
	height: 20px;
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}
.flow-loop:nth-last-child(2) .dottycircle .linerflow {
	display: none;
}
.dottycircle .linerflow {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	background: #d3d3d3;
	height: 2px;
	z-index: 1;
}
.flow-stat {
	font-size: 20px;
	margin-top: 5px;
}
.cflow-default .dottycircle .circle {
	background-color: #646464;
}
.cflow-default .flow-stat {
	color: #646464;
}
.cflow-primary .dottycircle .circle {
	background-color: #315fab;
}
.cflow-primary .flow-stat {
	color: #315fab;
}
.cflow-warning .dottycircle .circle {
	background-color: #f5a61c;
}
.cflow-warning .flow-stat {
	color: #f5a61c;
}
.cflow-danger .dottycircle .circle {
	background-color: #e43031;
}
.cflow-danger .flow-stat {
	color: #e43031;
}
.cflow-success .dottycircle .circle {
	background-color: #00a65a;
}
.cflow-success .flow-stat {
	color: #00a65a;
}
.cflow-distable .dottycircle .circle {
	background-color: #c6c6c6;
}
.cflow-distable ,.cflow-distable .flow-emdis,.cflow-distable .flow-emname{
	color: #c6c6c6;
}
.flow-emdis.flow-comment {
	font-style: italic;
	cursor: pointer;
	color: #315fab;
}
.flow-emdis.flow-comment:before {
	content: '"';
}
.flow-emdis.flow-comment:after {
	content: '"';
}
.flow-em:hover .flow-emdis.flow-comment {
	word-wrap: break-word;
	text-overflow: inherit;
	white-space: normal;
	margin-left: 45px;
}
.cflow-distable.flow-loop img {
	opacity: 0.5;
}

.flow-emMoreDis {
	color: #3d3d3d;
	font-size: 10px;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 148px;
	overflow: hidden;
	margin-left: 45px;
}

.show-more a {
	color: #315fab;
}

html:not(.ui-mobile) #modalShowMoreDetailComment .popcontent-contentComment + .row .btn-close {
  margin-bottom: 0 !important;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: var(--atcore-btn-gap);
  cursor: pointer;
  min-width: var(--atcore-btn-md-minwidth) !important;
  height: var(--atcore-btn-md-height) !important;
  font: var(--atcore-btn-md-text) !important;
  color: var(--atcore-btn-outline-secondary-text) !important;
}

.popcontent-contentComment {
	max-height: calc(80vh - 110px);
	margin-bottom: 20px;
}

.popcontent-actionComment.showpop {
	display: block;
}

.popcontent-actionComment {
	position: fixed;
	display: none;
}

.popcontent-contentComment .description {
	width: 100%;
	word-wrap: break-word;
    white-space:pre-wrap;
}

.popcontent-actionComment .popcontent-box .row {
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 16px;
}

.popcontent-actionComment .popcontent-box {
	position: fixed;
	left: 50%;
	right: 0px;
	top: 10px;
	margin-left: -20vw;
	margin-top: 70px;
	background: #fff;
	z-index: 1000;
	max-height: 80vh;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.popcontent-actionComment  .popcontent-boxComment .headerrow.row {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* ------------- */
/* end flow only */
/* ------------- */


/* ----------------- */
/* ----------------- */
/* ----------------- */
.calendar-row {
	position: relative;
}
.cal-box .cal-head > .cal-day{
	border-right: 1px solid #c6c6c6;
	padding-left: 10px;
	line-height: 20px;
	color: #c6c6c6;
}
.cal-box .cal-head > .cal-day,.cal-box .cal-body .cal-row > .cal-day{
	float: left;
	height: 100%;
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7); 
	width: 14.28%;
	position: relative;
}
.cal-box .cal-body {
	border-top:  1px solid #c6c6c6;
	border-left:  1px solid #c6c6c6;
}
.cal-box .cal-head {
	border-top:  1px solid #c6c6c6;
	border-left:  1px solid #c6c6c6;
}
.cal-box .cal-row {
	border-bottom:  1px solid #c6c6c6;
}
.cal-box .cal-body .cal-row > .cal-day{
	min-height: 103px;
	padding: 5px 0px;
	border-right: 1px solid #c6c6c6;
}
.cal-box .cal-body .cal-row > .cal-day span{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}
.cal-box .cal-body .cal-row > .cal-day span.cal-date {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #757575;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.cal-box .cal-body .cal-row > .cal-day.cal-today .cal-date {
	border-radius: 50%;
	background-color: #e43031;
	color: #ffffff;
}
.cal-body .cal-weekend {
	background-color: #d8d8d8;
}

.cal-body .cal-superweekend {
	background-color: #FEB0B0;
}
.cal-body .cal-dayoff {
	opacity: 0.3;
}
span.icon-cal:before {
	margin-right: 5px;
}
.cal-action .dropdown-menu {
	 box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
}
.cal-contentpop {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 300px;
	margin: 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	max-height: 300px;
	overflow: auto;
}
.cal-contentpop button.close {
	margin-right: 5px;
}
.cal-contentpop .cal-poplabel.cal-poptext {
	font-weight: bold;
	margin-top: 5px;
	color: #000;
	font-size: 16px;
	line-height: 22px;
}
.cal-contentpop .cal-poplabel.cal-poptext:before {
	margin-top: 3px;
}
.cal-contentpop .cal-poptext.cal-popdate {
	font-size: 10px;
}
.cal-contentpop .popmap {
	width: 100%;
	height: 150px;
	margin: 5px 0;
}
.cal-contentpop hr {
	margin-top: 10px;
	margin-bottom: 5px;
}
.cal-contentpop .cal-poptool {
	background-color: #000;
	padding: 5px 5px;
	margin-top: 5px;
	position: sticky;
	bottom: 0;
}
.cal-contentpop .cal-poptext {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 5px;
	margin: 3px 0;
	white-space: nowrap;
}
.cal-contentpop .icon-cal:before {
	margin: 0 5px;
}
.icon-cal.none-icon:before {
	background: transparent; 
}
.icon-cal:before {
	content: "";
	position: relative;
	top: 0px;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0;
	background: url('../images/2014R3/icon/calendar_icon.png') 0 0 no-repeat;
}

/* AR_Recruiter */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #ffffff;
    background-color: #5da8dc;
    border-color: #5da8dc;
}
#COMMONACTIONS.dropdown-menu > li {
    border-bottom: 1px solid #d8d8d8;
}
#COMMONACTIONS.dropdown-menu > li[onclick="initContent()"] {
    /* border-bottom: 4px solid #d8d8d8; */
}
#COMMONACTIONS.dropdown-menu > li:last-child {
    border-bottom: 0;
}
#COMMONACTIONS.dropdown-menu > li > a[class="RCAN"] {
	color: red;
}
#COMMONACTIONS.dropdown-menu {
	min-width: 177px;
	padding: 0;
}
#COMMONACTIONS.dropdown-menu[aria-labelledby="dropdownstatus"] > li > a {
    padding-left: 32px;
}
#COMMONACTIONS.dropdown-menu[aria-labelledby="dropdownstatus"] > li > a.rcstat_disabled {
    background-color: #eaeaea !important;
    color: #A7A7A7;
    font-weight: normal !important;
    cursor: default;
}
.dropdown-menu[aria-labelledby="dropdownstatus"] > .active > a {
	color: #2f5fac;
	background-color: #ffffff;
}
.dropdown-menu[aria-labelledby="dropdownstatus"] > .active > a:hover, 
.dropdown-menu[aria-labelledby="dropdownstatus"] > .active > a:focus {
	color: #ffffff;
	background-color: #2f5fac;
}
#COMMONACTIONS.dropdown-menu[aria-labelledby="dropdownstatus"] > li.active:before {
    content: "\2713";
    position: absolute;
    font-size: 14px;
    font-weight: bold;
	color: #2f5fac;
	margin: 8px;
	pointer-events: none;
}
#COMMONACTIONS.dropdown-menu[aria-labelledby="dropdownstatus"] > li.active:hover:before,
#COMMONACTIONS.dropdown-menu[aria-labelledby="dropdownstatus"] > li.active:focus:before,
#COMMONACTIONS.dropdown-menu[aria-labelledby="dropdownstatus"] > li.active:active:before {
	color: #ffffff;
	background-color: transparent;
}
.recrui-pane .user-imgview {
	width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}
.recrui-pane .commentimg {
    width: 40px;
    height: 40px;
}
#closeRecruit {
	padding: 6px 8px;
    margin-top: 11px;
    color: #7a7a7a;
    font-weight: bold;
    text-decoration: underline;
}
.recrui-tab .boxusercommentedit > .circle + label {
	margin-left: 10px;
}
.recrui-tab .boxusercommentedit .boxchat+.boxcommentcontent {
	margin-top: 12px;
	margin-left: 48px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.recrui-tab .boxcommentcontent textarea {
	resize: none;
}
.recrui-tab .uploadcommnet > label > a,
.recrui-tab .uploadcommnet > label > a:hover,
.recrui-tab .uploadcommnet > label > a:focus  {
	text-decoration: none;
	border: 1px solid #428bca;
	border-radius: 4px;
	padding: 6px 8px;
	margin-left: -16px;
	color: #428bca;
}
.recrui-tab .commentedit button.COM_ADD,
.recrui-tab .commentedit button.COM_ADD:hover,
.recrui-tab .commentedit button.COM_ADD:focus {
/*	position: absolute;
	left: 558px;*/
	bottom: 0;
	color: #428bca;
	border: 1px solid #428bca;
	font-weight: bold !important;
	border-radius: 4px;
	padding: 6px 16px;
	background-color: #ffffff;
	outline: none;
}
.recrui-tab .boxusercommentedit .commentedit {
	max-width: 620px;
}
.recrui-tab .boxusercommentedit a > img {
	display: block;
    margin-top: -38px;
    margin-bottom: 48px;
}
.recrui-tab .boxusercommentedit label.btn.btn-white {
	position: absolute;
    bottom: 0;
}
.recrui-tab .boxusercommentedit img#loading {
	position: absolute;
    top: 55%;
    left: 25%;
}
.recrui-tab .boxusercommentedit .icon-home40 {
	display: flex;
    margin-top: -28px;
    margin-bottom: 48px;
}

/*----------*/

/* media */
@media only screen and  (min-width: 1400px) {
 	.cal-box .cal-body .cal-row > .cal-day{
		min-height: 164px;
	}
}
@media only screen and (max-width: 1399px) and (min-width: 1250px) {
 	.cal-box .cal-body .cal-row > .cal-day{
		min-height: 141px;
	}
}
/* ----------------- */
/* start menu only */
.caret-right {
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	border-left: 15px solid;
    display: inline-block;
    height: 0;
    margin-top: 110px;
}
.not-have {
	display: none;
}
.catmenu ul,.boxlistmenu ul {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	border-radius: 2px;
	border: 1px solid #cccccc;
}
.catmenu ul li a,.boxlistmenu ul li a {
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #cccccc;
	color: #000000; /* color: #c6c6c6; 2014-08-30 ATIP more contrast to menu text */
}
.catmenu ul li a:hover,.boxlistmenu ul li a:hover {
	background-color: #5da8dc;
	color: #fff;
}
.catmenu ul li.active a {
	background-color: #7a7a7a;
	color: #fff;
}
.g-one.text-center{
	height: 300px;
	vertical-align: middle;
}
.boxlistmenu ul li a.addto {
	padding: 10px 10px;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.boxlistmenu ul li a{
	padding-right: 50px;
}
/* end menu only */

/* ----------------- */
/* ----------------- */


/************
 ** style-ext (merged into style.css / append at last)
 ************/
/* Table column width */
td.recordno,th.recordno { width:48px !important; min-width:48px !important; max-width:48px !important; }
td.action-noprint,th.action-noprint { width:160px !important; min-width:160px !important; max-width:160px !important; }
td.action-noprint.single,th.action-noprint.single { width:88px !important; min-width:88px !important; max-width:88px !important; }
td.tcol-tiny, th.tcol-tiny { width:60px !important; min-width:60px !important; max-width:60px !important; }
td.tcol-small, th.tcol-small { width:100px !important; min-width:100px !important; max-width:100px !important; }
td.tcol-medium, th.tcol-medium { width:180px !important; min-width:180px !important; max-width:180px !important; }
td.tcol-large, th.tcol-large { width:320px !important; min-width:320px !important; max-width:320px !important; }
td.tcol-huge, th.tcol-huge { width:600px !important; min-width:600px !important; max-width:600px !important; }
td.tcol-date, th.tcol-date { width:88px !important; min-width:88px !important; max-width:88px !important; }
td.tcol-datetime, th.tcol-datetime { width:130px !important; min-width:130px !important; max-width:130px !important; }
td.tcol-recordtype, th.tcol-recordtype { width:240px !important; min-width:240px !important; max-width:240px !important; }
/* Attachments in Document Form */
div.AJAX_DATALIST {
	width: 450px;
}
div.AJAX_DATALIST ul {
	max-width: 450px;
}
div.AJAX_DATALIST ul li {
	min-height: 40px;
	margin-bottom: 10px;
}
div.AJAX_DATALIST.compact ul li {
	min-height: 20px;
	margin-bottom: 5px;
}
div.AJAX_DATALIST ul li a {
}
div.AJAX_DATALIST ul li a img {
	max-width: 400px;
	max-height: 80px;
}
div.AJAX_DATALIST ul li a span {
	margin-left: 5px;
}
/* FileUpload */
#fileselect {
	display: none;
}
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	color: #555;
	border: 2px dotted #cccccc;
	border-radius: 3px;				
	cursor: default;
	height: 120px;
	width:450px;
	cursor: pointer;
	position: relative;
	background-image: url('../images/2014R3/upload-bg.png');
}
#filedrag span{
	position: absolute;
    bottom: 15px;
    left: 250px;
    color: #999;
    font-size: 11px;
}
#divUpload #messages  p {
	font-size: 10px;
	color: #315fab;
}
#filedrag.hover
{
	color: #868686;
	border: 2px dotted #315fab;
	background-image: url('../images/2014R3/upload-bg-hover.png');
}
#progress p
{
	display: block;
	width: 450px;
	padding: 20px ;
	margin-top: 10px;
	border: 1px solid #133c7f;
	border-radius: 5px;
}
#progress p.success
{
	background: #d2f1fb;
	color: #133c7f;
	/* border default */
}
#progress p.failed
{
	background: #f1c6c7;
	color:#970200;
	border: 1px solid #970200;
}
/* File Upload Form */
#upload fieldset {
	border: 2px solid #000;
	padding: 10px;
}
#upload fieldset legend {
	padding: 5px;
}
.jqte .jqte_toolbar .jqte_tool a.jqte_tool_label.unselectable {
	min-height: 24px;
}
/* Flow IFRAME size by class: FA_S, FA_M, FA_L */
.FA_S {height: 100px;}
/* text align */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* table containing img = modify row height and vertical-align */
.table.img-table td {
	height: 55px;
	vertical-align: middle;
}
.table.img-table .userInfo {
	float:left;
	margin-top: 5px;
}
.table.img-table .userInfo img {
	max-width: 35px;
	max-height: 35px;
}
/* fix jquery ui (case autocomplete not hide) */
/*
http://api.jqueryui.com/theming/css-framework/
*/
.ui-helper-hidden, .ui-helper-hidden-accessible {
	display:none !important;
}
.ui-front {
    z-index: 100;
}
.ui-autocomplete {
    cursor: default;
    position: absolute;
}
.ui-menu {
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
/* loading anime*/  
@-webkit-keyframes opacity {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@-moz-keyframes opacity {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.loading-css {
	margin: 100px 0 0 0;
}

.loading-css span {
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: opacity;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
}

.loading-css span:nth-child(2) {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

.loading-css span:nth-child(3) {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}

.loading-css span:nth-child(4) {
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
}

.loading-css span:nth-child(5) {
	-webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
}
.alert-success .indent-success ,.alert-warning .indent-wait{
	display: block;
}
.alert-success .indent-wait ,.alert-warning .indent-success	 {
	display: none;
}
.alert  p.indentnopadding {
	  padding-top: 0px;
}


/* 2014-12-03 ATIP Add Support for #filterShow */
.row.MORE_LINK a , .row.LESS_LINK a{
	font-weight:bold;
}
.row.filterHide {
	display: none;
}
.row.MORE_LINK, .row.LESS_LINK {
	cursor: pointer;
	/* color: #333;
	 background-color: #d2d2d2;
	text-align:center;
	border-color: #dbdbdb;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 36px;
	vertical-align: middle;*/
}

/* upload file drag and drop by k.Aom 19/1/2015   */
#dragandrophandler
{
	font-weight: bold;
	text-align: center;
	color: #555;
	border: 2px dotted #cccccc;
	border-radius: 3px;				
	cursor: default;
	height: 120px;
	width:450px;
	cursor: pointer;
	background-image: url('../images/2014R3/upload-bg2.png');
}


/*rec2 style start*/
	.rec2-h-section {
		background-color: #959595;
		padding: 0 20px;
		margin-bottom: 10px;
		cursor: pointer;
		margin-top: 20px;
	}
	 .disable + .rec2-content-section .rec2-h-section {
		margin-top: 0px;
	}
	.rec2-h-section h4 {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #fff;
		font-size: 16px;
	}
	.rec2-content-section .rec2-h-section .f-up-down{
		transform: rotate(180deg);
		transition: width 0.5s, height 0.5s, transform 0.5s;
	}
	.rec2-content-section.disable .rec2-h-section .f-up-down{
		transform: rotate(0deg);
		transition: width 0.5s, height 0.5s, transform 0.5s;
	}
	.rec2-content-section.disable .rec2-c-section {
		display: none;
	}
	.rec2-c-content {
		overflow: hidden;
	}
	.rec2-h-section .f-up-down {
		margin-top: 8px;
	}
	.rec2-box .row-view label {
 	padding-top: 6px; 
 	}
 	.rec2-label {
 		margin-bottom: 5px;
 	}
 	.row-view .rec2-label {
 		margin-bottom: 0px;
 	}
 	.rec2-row table tbody tr{
 		border-right: 2px solid #e5e6e6;
 		border-left: 2px solid #e5e6e6;
 	}
 	.rec2-row table thead tr{
 		border-right: 2px #e5e6e6 solid;
 		border-left: 2px #e5e6e6 solid;
 	}
 	.row-view .rex2-content p {
 		margin: 0 0 5px;
 	}
	/*out column */
	.rec2-r-content + .rec2-l-content + .rec2-c-content {
		position: relative;
		margin: 0 150px;
	}
	.rec2-l-content + .rec2-c-content {
		position: relative;
		margin-left: 150px;
	}
	.rec2-r-content + .rec2-c-content {
		position: relative;
		margin-right: 150px;
	}
	.rec2-c-content {
		position: relative;
		margin:  0 20px;
	}
	.rec2-l-content {
		position: relative;
		float: left;
		width: 150px;
		min-height: 1px;
		padding: 0 20px;
	}
	.rec2-r-content {
		position: relative;
		float: right;
		width: 150px;
		min-height: 1px;
		padding: 0 20px;
	}
	.rec2-l-content .row ,.rec2-r-content .row {
		margin-bottom: 10px;
	}
	.rec2-row.row-view {
		margin-bottom: 0;
	}

	.rec2-row.row-view .scroll {
		margin-bottom: 10px;

	}
	.rec2-l-content .inline-viewimg ,.rec2-r-content .inline-viewimg{
		display: none;
	}
	.table-view .img-list ,.table-edit .img-list{
		display: none;
	}
	.rec2-l-content .fileupload-spcolumn ,.rec2-r-content .fileupload-spcolumn {
		margin-top: 10px;
	}
	.rec2-l-content .fileupload-spcolumn .inlineremove-btn,.rec2-l-content .fileupload-spcolumn .inlineupload-btn ,.rec2-r-content .fileupload-spcolumn .inlineremove-btn,.rec2-r-content .fileupload-spcolumn .inlineupload-btn {
		margin-right: 5px;
		margin-left: 0px;
	}
	/* in column */
	 .rec2-row {
		margin-bottom: 10px;
		opacity: 1;
	 }
	 .rec2-row .tabel-lable{
	 	font-size: 14px;
	 	text-decoration: underline;
	 }
	 .rec2-col1 {
	 	float: left;
	 	width: 50%;
	 	padding-right: 10px;
	 }
	 .rec2-col1 + .rec2-col1 {
	 	width: 50%;
	 	padding-left: 10px;
	 	padding-right: 0px;
	 }
	 .rec2-box .table textarea {
	 	height: 30px;
	 }
	 .rec2-box .table .ct-spinnerXXX {
	 	padding: 0 5px;
	 	text-align:right;
	 }
	 .rec2-box .table select,.rec2-box .table .ct-spinnerXXX {
	 	height: 30px;
	 	border: 1px solid #cccccc;
		border-radius: 2px;
	 }
	 .rec2-box .table select:focus,.rec2-box .table .ct-spinnerXXX:focus {
	 	border-color: #5da8dc !important;
		outline: 0 !important;
	 }
	 .rec2-box .table textarea:focus {
	 	height: 60px;
	 }
	.rec2-box input[type="text"],.rec2-box input[type="email"],.rec2-box input[type="password"],.rec2-box img ,.select2-container{
		max-width: 100%;
	}
	
	.rec2-l-content .btn,.rec2-r-content .btn{
		white-space: normal;
	}
	.rec2-box .table > tbody > tr.active-row > td,.rec2-box .table > tbody > tr > td:last-child {
		border-right: 2px solid #e5e6e6;
	}
	.rec2-box .table > tbody > tr > td {
		border-right: 2px solid transparent;
		line-height: 16px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.rec2-box .table > thead > tr > th {
		color: #464646;
		background-color: #E5E6E6;
		border-right: 2px #ffffff solid;
	}
	/*table action*/
	.rec2-box .table tr.req-row td ,.rec2-box  .table tr.req-row td:hover{
		background-color: #FFE1E1;
	}
	.rec2-box .table tr td.req-data ,.rec2-box  .table tr.active-row td.req-data,.rec2-box  .table tr.active-row td.req-data:hover{
		background-color: #FFE1E1;
	}
	/* 2015-02-04 ATIP show REQUIRED text in div.inline-content */
	.rec2-box .table tr td.req-data div.inline-content:before ,.rec2-box  .table tr.active-row td.req-data div.inline-content:before{
		content: "REQUIRED";
		color: #e43031;
		cursor: pointer;
	}
	.rec2-box  .table tr.req-row.active-row td.active-data.req-data:before{
		display: none;
	}
	.rec2-box .table tr.active-row td ,.rec2-box  .table tr.active-row td:hover,.rec2-box .table tr.req-row.active-row td.active-data ,.rec2-box  .table tr.req-row.active-row td.active-data:hover{
		background-color: #f6f6f6;
	}
	.rec2-box .table tr.active-row td.dis-data ,.rec2-box  .table tr.active-row td.dis-data:hover{
		cursor: not-allowed;
		background-color: #fff;
	}
	.rec2-row table tbody tr.ENTR_CMD td{
		height:40px; 
	}
	.rec2-row table tr.ENTR_ADD td{
		height:30px; 
	}
	.rec2-row table tbody tr.ENTR_CMD:hover td{
		background-color: #fff;
	}
	.rec2-row table a {
	cursor: pointer;
	}
	
	.rec2-l-content img.img-view_edit ,.rec2-r-content img.img-view_edit {
		width: 110px;
	}
	/* jump id*/
	.jumpid {
		display: block;
		height: 100px;
		margin-top: -100px;
		visibility: hidden !important;
	}
	/*inline file*/
	.rec2-row .btn.btn-default input[type="file"] {
	display: none !important;;
	}
	.btn.inlineupload-btn,.btn.inlineremove-btn{
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		padding: 0px;
		font-size: 20px;
		font-weight: bold;
		line-height: 14px;
		width: 16px;
		border-radius: 50%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #ccc;
		color: #fff;
		margin-left:5px; 
	}
	.btn.inlineremove-btn:hover {
		background: #e43031;
	}
	.btn.inlineupload-btn {
		height: 16px;
		background-image:url(../images/2014R3/ui-function.png);
		background-position: -185px -320px;

	}
	.btn.inlineupload-btn:hover {
		background-color: #315fab;
	}
	/* 2015-03-10 ATIP Move inline style to CSS */
	.box_CMD .divider {
		width: 1px;margin: 0 4px;background: #E5E6E6;display: inline-block;height: 26px;
	}
	/* 2015-03-11 ATIP Revise File Control (CSS In-progress) */
	.view-file.view-file-inline-data, .view-file.view-file-inline-form {
		display: inline-block;
	}
	.edit-file.edit-file-inline-data, .edit-file.edit-file-inline-form {
		display: inline-block;
	}
	
	.spcol input {
		width:15px;
	}
	
/*rec2 style end*/
/* data type table size edit*/
.rec2-box .table > tbody > tr.ENTR .inline-content {min-height: 16px;}
.table-edit .tcol{
	width: 250px;
}

.table-edit .tcol.tcol-RECORD {
	width: 270px;
}
.table-edit .tcol.tcol-DATE {
	width: 120px; /* NOTE: Calendar icon will be cut */
}
.table-edit .ENTR_FORM input[type="text"].hasDatepicker{
	width: 100px;
}
.table-edit .tcol.tcol-TEXT, .table-edit .tcol.tcol-NAME {
	width: 180px;
}
.table-edit .tcol.tcol-SELECT {
	width: 180px;
}

.table-edit .tcol.tcol-CHECKBOX{
	width: 80px;
}
.table-edit .tcol.tcol-SPINNER, .table-edit .tcol.tcol-INTEGER {
	width: 80px;
}

.table-edit .tcol.tcol-RECORDLIST{
	width: 180px;
}
.table-edit .tcol.tcol-TEXTAREA{
	width: 250px;
}
.table-edit .tcol.tcol-SELECTINT{
	width: 120px;
}
.table-edit .tcol.tcol-FILE{
	width: 160px;
}
.table-edit .tcol.tcol-DECIMAL {
	width: 120px;
}
/* data type table size view*/
.table-view .tcol.tcol-RECORD {
	width: 150px;
}
.table-view .tcol.tcol-DATE {
	width: 100px;
}
.table-view .tcol.tcol-TEXT, .table-view .tcol.tcol-NAME {
	width: 180px;
}
.table-view .tcol.tcol-SELECT {
	width: 100px;
}
.table-view .tcol.tcol-DECIMAL {
	width: 100px;
}
.table-view .tcol.tcol-CHECKBOX{
	width: 80px;
}
.table-view .tcol.tcol-SPINNER, .table-view .tcol.tcol-INTEGER {
	width: 80px;
}

.table-view .tcol.tcol-RECORDLIST{
	width: 180px;
}
.table-view .tcol.tcol-TEXTAREA{
	width: 250px;
}
.table-view .tcol.tcol-SELECTINT{
	width: 100px;
}
.table-view .tcol.tcol-FILE{
	width: 100px;
}
.table-view .tcol{
	width: 150px;
}


.table-scroll {
	max-height: 60vh;
	position: relative;
}
.modal-body .table-scroll {
	max-height: 50vh;
	position: relative;
}
.modal-body .row {
  margin-bottom: 10px;
  opacity: 1;
}
/*fix 960px*/

/*Upack*/
a.CUSTOM_LINK_ADD{width: 16px; height: 16px;position: relative;display: inline-block;}
.CUSTOM_LINK_ADD:before {
content: ""; position: relative; top: 0px; float: left; margin: 0;
width: 16px; height: 16px; background: url('../images/2014R3/iconall.png') 0 0 no-repeat;
}
.CUSTOM_LINK_ADD.add-icon-upack:before{
	background-position: 0px -160px;	
}
.CUSTOM_LINK_ADD.add-icon-upack:hover:before{
	background-position: -16px -160px;	
}
.CUSTOM_LINK_ADD.ok-icon-upack:before{
	background-position: 0px -176px;	
}
.CUSTOM_LINK_ADD.ok-icon-upack:hover:before{
	background-position: 0px -176px;	
}
/* 2016-03-01 ATIP Inline Paging */
.inline-pg-list {
	width: 	100%;
	margin-bottom: 	10px;
}
.inline-pg-list .inline-pg-select +.select2-container{
	width: 100px !important	;
}

/* blockRequestAuthen */
#blockRequestAuthen, #blockRequestUsername {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dedede;
	border-radius: 2px;
	padding: 25px;
	text-align: left;
	width: 300px;
	margin: 0 auto;
	z-index: 9999;
	/* position: absolute; */
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blockRequestAuthen input[type="text"], #blockRequestAuthen input[type="password"], #blockRequestUsername input[type="text"], #blockRequestUsername input[type="password"]
	{
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
	color: #555555;
	display: inline;
	font-size: 13px;
	height: 30px;
	line-height: 16px;
	padding: 6px 12px;
	width: 250px;
}

#blockRequestAuthen   #requestLogin, #blockRequestAuthen  #requestClose, #blockRequestUsername   #requestLogin, #blockRequestUsername  #requestClose
	{
	-moz-user-select: none;
	background-color: #315fab;
	background-image: none;
	border: 1px solid #315fab;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	fpdfpopupont-weight: normal;
	line-height: 16px;
	margin-bottom: 0;
	padding: 5px 15px 7px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}

#blockRequestAuthen   #requestLogin:hover, #blockRequestUsername   #requestLogin:hover {
	background-color: #133c7f;
}

#blockRequestAuthen   #requestClose:hover, #blockRequestUsername   #requestClose:hover {
	background-color: #970200;
}

#blockRequestAuthen #requestClose, #blockRequestUsername #requestClose {
	background-color: #e43031;
	border: 1px solid #e43031;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
 #t-syne1 .FEZPANE {margin-bottom:20px;}  
}  
:root #t-syne1 .FEZPANE { margin-bottom:20px; }  /* IE9 + IE10pp4 */


/*
FilterList 2016-05-31
*/
.advance-list label {
	line-height: 30px;
}
a.FILTER_SHOW_BASIC, a.FILTER_SHOW_ADVANCE {
	cursor: pointer;
	line-height: 30px;
}
a.FILTER_DEL {
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    width: 16px;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ccc;
    position: absolute;
    z-index: 10;
    color: #fff;
    right: 0px;
}
.filter-list li {
    padding-right: 20px;
    position: relative;
    line-height: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 350px;
}
ul.filter-list {
	margin-bottom: 0px;
	margin-top: 5px;
}
div.FILTER_DETAILS {
	padding-top: 5px;
}
.FILTER_DETAILS b {
	color: #7e7e7e;
	line-height: 20px;
}
.filter-exclude-list {
	max-width: 350px;
}


/* fix display item with out lookup in document */

#onBehalfOf .RECORD_LOOKUP_NOPERM {
	display: inline-block;
}

.print-only {
		display:none;
	}
@media only  print {
	.print-only {
		display:block;
	}
	
}
.box-alert-time{
    position: fixed;
    z-index:1100;
    width: 450px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;left: 50%;top:50%;
    margin-top: -150px;
    margin-left: -215px;
}

input:invalid {
    box-shadow: none;
}
ul#MENU_HOME {
    border-top: 1px solid #aaaaaa;
}
.c-left-mainmenu {
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 16px;
    background-color: #3d3d3d;
}
a.ct-tooltip.btn {
    background-color: #c6c6c6;
}
#MENU_HOME > li.sub-leftmenu.active > ul > li.master-group-menu.active > ul > li.cat-menu.active > ul > li:hover {
	border-bottom: solid 1px #3d3d3d;
    border-top: solid 1px #3d3d3d;
}

.userInfo img.c-img-eva{
    object-fit: cover;
    width: 50px;
    height: 50px;
}

table.d-maxwidth-column colgroup col:nth-child(2) {
    /* width: 160px !important; */
    max-width: 160px !important;
    min-width: 50px !important;
}
.rec2-row.row-edit .rex2-content.d-input-group {
	display: flex;
}
#namAltDiv input[type="button"] {
	height: 30px;
	margin-left: 10px;
	color: #333333;
    background-color: #F6F6F6;
    border: 1px solid;
    border-color: #CCCCCC;
    border-radius: 4px;
    padding: 4px 16px;
}
#namAltDiv input[type="button"]:hover {
	color: #333333;
    background-color: #D2D2D2;
    border-color: #CCCCCC;
}

#namAltDiv2 .modal-footer input[value="confirm"], #nameListAltDiv2 .modal-footer input[value="confirm"] {
	margin-left: 10px;
	color: #FFF;
	background-color: #315fab;
	border: 1px solid #315fab;
	height: 30px;
    padding: 4px 16px;
	border-radius: 4px;
	height: 30px;
}
#namAltDiv2 .modal-footer input[value="confirm"]:hover, #nameListAltDiv2 .modal-footer input[value="confirm"]:hover {
	background-color: #133c7f;
    border-color: #133c7f;
}
#namAltDiv2 .modal-label, #nameListAltDiv2 .modal-label {
	text-align: right;
}





/* Add Media Print -> Flow Summary */
@media  print {
	body { -webkit-print-color-adjust: exact; color-adjust: exact; }
	#topnav,
	#leftmenu,
	#sectionTitle #btnClose { display: none; }
	#wrap { margin: 0; -webkit-print-color-adjust: exact; }
	#content { margin: 0; padding: 24px; height: auto !important; }
	.section-box { padding: 0; width: 100% !important; }
	.rec2-c-content { margin: 0; }
	.g-nine.omega,
	#rowMailContent .g-nine.omega { padding: 0; width: 100% !important; margin: 0; }
	/* .cflow-success .dottycircle .circle { background-color: #00a65a !important; } */
	.dottycircle .linerflow { background: #d3d3d3 !important; }
	.cflow-default .dottycircle .circle { background-color: #646464 !important; }
	.cflow-default .flow-stat { color: #646464 !important; }
	.cflow-primary .dottycircle .circle { background-color: #315fab !important; }
	.cflow-primary .flow-stat { color: #315fab !important; }
	.cflow-warning .dottycircle .circle { background-color: #f5a61c !important; }
	.cflow-warning .flow-stat { color: #f5a61c !important; }
	.cflow-danger .dottycircle .circle { background-color: #e43031 !important; }
	.cflow-danger .flow-stat { color: #e43031 !important; }
	.cflow-success .dottycircle .circle { background-color: #00a65a !important; }
	.cflow-success .flow-stat { color: #00a65a !important; }
	.cflow-distable .dottycircle .circle { background-color: #c6c6c6 !important; }
	.cflow-distable ,.cflow-distable .flow-emdis,.cflow-distable .flow-emname{ color: #c6c6c6 !important; }
	.flow-emdis.flow-comment { color: #315fab !important; }
	.flow-emdis { color: #7a7a7a !important; }
	.btn-danger { color: #ffffff !important; background-color: #e43031 !important; border-color: #e43031 !important; }
	#contentSummary table { margin-left: 0 !important; }
	#contentSummary h2 a::after { display: none; }
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th { background-color: #959595 !important; color: #ffffff !important; }
}
#ui-datepicker-div {
    min-width: fit-content;
}
