@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block; }

ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: ""; }

ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline; }

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0; }

ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important; }

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none; }

ul.wysihtml5-toolbar .btn {
  background-color: #fff;
  border: solid 1px #c7c7c7;
  color: #333; }

.txtEditor {
  width: 100%;
  padding: 10px; }

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important; }

.inputClone:first-child .btnDelete {
  display: none; }

.btnDelete {
  width: 15%;
  margin-bottom: 20px; }

.inputClone {
  float: left;
  width: 100%;
  border-bottom: solid 1px #86cff7;
  margin-bottom: 20px; }

.capitalizeText {
  text-transform: capitalize !important; }

@media screen and (max-width: 767px) {
  .btnDelete {
    width: 100%; } }

html, body, h1, h2, h3, h4, h5, h6, p, div, span, li, td, th, input, button, textarea {
  font-family: 'Roboto', sans-serif; }

html {
  min-height: 100%;
  position: relative; }

body {
  background-color: #fff; }

div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_filter {
  text-align: right; }

div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block; }

div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center; } }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer; }

table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right; }

table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right; }

table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right; }

table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right; }

table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right; }

table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px; }

table.dataTable th:active {
  outline: none; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important; }

table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0; }

table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0; }

table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white; }

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important; }

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white; }

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }

table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn:hover {
  text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */ }

ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important; }

div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); }

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0; }

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important; }

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important; }

/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

/* CSS */
.DynarchCalendar {
  border: 1px solid #aaa;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
  position: relative;
  cursor: default; }

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px; }

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0; }

table.DynarchCalendar-titleCont {
  font-size: 130%;
  font-weight: bold;
  color: #444;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px; }

.DynarchCalendar-title div {
  padding: 5px 17px;
  text-shadow: 1px 1px 1px #777; }

.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url("img/drop-down.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("img/drop-up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center; }

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px; }

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px; }

.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px; }

.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px; }

.DynarchCalendar-first-col {
  padding-left: 5px; }

.DynarchCalendar-last-col {
  padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0; }

.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%; }

.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%; }

.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0; }

.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0; }

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px; }

.DynarchCalendar-dayNames div {
  font-weight: bold;
  color: #444;
  text-shadow: 1px 1px 1px #777; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10; }

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 1px; }

.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff; }

.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff; }

.DynarchCalendar-prevMonth {
  left: 25px; }

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px; }

.DynarchCalendar-prevYear {
  left: 5px; }

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px; }

.DynarchCalendar-prevMonth div {
  background-image: url("img/nav-left.gif"); }

.DynarchCalendar-nextMonth div {
  background-image: url("img/nav-right.gif"); }

.DynarchCalendar-prevYear div {
  background-image: url("img/nav-left-x2.gif"); }

.DynarchCalendar-nextYear div {
  background-image: url("img/nav-right-x2.gif"); }

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85); }

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px; }

.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center; }

.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000; }

.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important; }

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight: bold; }

.DynarchCalendar-menu-sep {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px;
  margin-bottom: 3px; }

.DynarchCalendar-time td {
  font-weight: bold;
  font-size: 120%; }

.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
  padding: 1px 3px; }

.DynarchCalendar-time-down {
  background: url("img/time-down.png") no-repeat 50% 50%;
  width: 11px;
  height: 8px;
  opacity: 0.5; }

.DynarchCalendar-time-up {
  background: url("img/time-up.png") no-repeat 50% 50%;
  width: 11px;
  height: 8px;
  opacity: 0.5; }

.DynarchCalendar-time-sep {
  padding: 0 2px; }

.DynarchCalendar-hover-time {
  background-color: #444;
  color: #fff;
  opacity: 1; }

.DynarchCalendar-pressed-time {
  background-color: #000;
  color: #fff;
  opacity: 1; }

.DynarchCalendar-time-am {
  padding: 1px;
  width: 2.5em;
  text-align: center; }

/* body */
.DynarchCalendar-hover-week {
  background-color: #ddd; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.7em;
  padding: 3px 4px;
  text-align: center; }

.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important; }

.DynarchCalendar-day {
  text-align: right;
  color: #222; }

.DynarchCalendar-day-othermonth {
  color: #888; }

.DynarchCalendar-weekend {
  color: #c22; }

.DynarchCalendar-day-today {
  color: #00f;
  font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff; }

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000; }

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date {
  border-color: #aaa;
  color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend {
  color: #c22; }

.DynarchCalendar-day-othermonth.DynarchCalendar-weekend {
  color: #d88; }

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  margin: 1px;
  background-color: #aaa;
  color: #000 !important; }

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #999; }

/* focus */
.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0); }

.DynarchCalendar-focused {
  border-color: #000; }

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ccc;
  border-color: #336; }

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc; }

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%; }

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd; }

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000; }

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important; } }

/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.arrow {
  float: right;
  line-height: 1.42857; }

.glyphicon.arrow:before {
  content: "\e079"; }

.active > a > .glyphicon.arrow:before {
  content: "\e114"; }

.fa.arrow:before {
  content: "\f104"; }

.active > a > .fa.arrow:before {
  content: "\f107"; }

.plus-times {
  float: right; }

.fa.plus-times:before {
  content: "\f067"; }

.active > a > .fa.plus-times {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.plus-minus {
  float: right; }

.fa.plus-minus:before {
  content: "\f067"; }

.active > a > .fa.plus-minus:before {
  content: "\f068"; }

/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
  background-color: #f8f8f8; }

#wrapper {
  width: 100%; }

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #fff; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7; } }

.navbar-top-links {
  margin-right: 0; }

.navbar-top-links li {
  display: inline-block; }

.navbar-top-links li:last-child {
  margin-right: 15px; }

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px; }

.navbar-top-links .dropdown-menu li {
  display: block; }

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
  white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }

.navbar-top-links .dropdown-messages {
  margin-left: 5px; }

.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0; }

.sidebar .sidebar-search {
  padding: 15px; }

.sidebar ul li {
  border-bottom: 1px solid #e7e7e7; }

.sidebar ul li a.active {
  background-color: #eee; }

.sidebar .arrow {
  float: right; }

.sidebar .fa.arrow:before {
  content: "\f104"; }

.sidebar .active > a > .fa.arrow:before {
  content: "\f107"; }

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important; }

.sidebar .nav-second-level li a {
  padding-left: 37px; }

.sidebar .nav-third-level li a {
  padding-left: 52px; }

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px; }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-primary.btn-outline {
  color: #428bca; }

.btn-success.btn-outline {
  color: #5cb85c; }

.btn-info.btn-outline {
  color: #5bc0de; }

.btn-warning.btn-outline {
  color: #f0ad4e; }

.btn-danger.btn-outline {
  color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff; }

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

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999; }

.chat li.left .chat-body {
  margin-left: 60px; }

.chat li.right .chat-body {
  margin-right: 60px; }

.chat li .chat-body p {
  margin: 0; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

.login-panel {
  margin-top: 25%; }

.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.dataTables_wrapper {
  position: relative;
  clear: both; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5); }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important; }

.show-grid {
  margin: 15px 0; }

.huge {
  font-size: 40px; }

.panel-green {
  border-color: #5cb85c; }

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c; }

.panel-green a {
  color: #5cb85c; }

.panel-green a:hover {
  color: #3d8b3d; }

.panel-red {
  border-color: #d9534f; }

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f; }

.panel-red a {
  color: #d9534f; }

.panel-red a:hover {
  color: #b52b27; }

.panel-yellow {
  border-color: #f0ad4e; }

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e; }

.panel-yellow a {
  color: #f0ad4e; }

.panel-yellow a:hover {
  color: #df8a13; }

/* ==========================================================================
   CUSTOM STYLE START HERE
   ========================================================================== */
/* ==========================================================================
   MIXIN
   ========================================================================== */
/* Mixin Media Query
   ========================================================================== */
/* Mixin Border Radius
   ========================================================================== */
/* Box Shadow
   ========================================================================== */
/* Transition 
   ========================================================================== */
/* Transition Delay
   ========================================================================== */
/* Transform 
   ========================================================================== */
html, body, h1, h2, h3, h4, h5, h6, p, div, span, li, td, th, input, button, textarea {
  font-family: 'Roboto', sans-serif; }

html {
  min-height: 100%;
  position: relative; }

body {
  background-color: #f3f3f3; }

a {
  color: #d41616; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

*::-webkit-input-placeholder {
  color: #fff; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #fff; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #fff; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

/* ==========================================================================
   START STYLE **************************************************************
   ========================================================================== */
.load-master-page {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff; }
  .load-master-page p {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #d41616;
    color: #fff;
    font-size: 12px;
    line-height: 6.4;
    width: 80px;
    height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.navbar {
  min-height: 56px; }

.in-copyright {
  position: absolute;
  text-align: right;
  bottom: 10px;
  padding-right: 60px;
  font-size: 12px;
  width: 100%;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .in-copyright {
      position: inherit;
      padding: 0 20px; } }
  .in-copyright.grey-color {
    color: #333;
    padding-right: 40px; }

.navbar-top-links > li {
  position: relative; }
  .navbar-top-links > li a {
    padding: 18px 15px; }
    .navbar-top-links > li a.user-menu {
      padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .navbar-top-links > li a {
        padding: 15px 10px; }
        .navbar-top-links > li a.user-menu {
          padding-left: 40px; } }

.navbar-top-links li:last-child {
  margin-right: 0; }

.mb20 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mt10 {
  margin-top: 10px; }

.wrapper-table {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px; }

.user-arrow {
  margin-left: 5px; }

.icon-user {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 15px;
  border: solid 1px #ccc;
  text-align: center;
  padding-top: 3px;
  margin-right: 3px;
  background-color: #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .icon-user {
      left: 10px; } }

.badge-message {
  display: inline-block;
  font-size: 8px;
  padding: 3px 4px;
  text-align: center;
  position: relative;
  top: -8px;
  left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.contact-page .label {
  padding: 8px 10px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px); }
  .contact-page .label i {
    margin-right: 3px; }

.contact-page .fa-pencil {
  margin-right: 5px; }

@media screen and (max-width: 767px) {
  .contact-page .panel-footer {
    display: inline-block; } }

.box-login {
  width: 360px;
  height: 460px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }
  .box-login .box {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075); }
  .box-login .top-section {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center; }
  .box-login .bottom-section {
    background-color: #0085e0;
    padding: 40px 40px 70px;
    text-align: center;
    position: relative; }
  .box-login h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center; }
    .box-login h4 b {
      font-weight: 600; }
  .box-login .alert {
    padding: 12px 10px; }
  .box-login input.form-control {
    height: 38px;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-bottom: solid 1px #fff;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align: center; }
  .box-login input[type=submit] {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    padding: 12px 0;
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
    .box-login input[type=submit]:hover {
      background-color: #0972b8;
      border-color: #0972b8; }
  .box-login p {
    font-size: 12px;
    color: #333;
    text-align: center; }
    .box-login p.copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background-color: #0972b8;
      margin-bottom: 0; }

.bg-login {
  background: url(img/bg-login.jpg) no-repeat center center/cover; }

.text-center, .tc, #tableAjax td:last-child {
  text-align: center; }

.JSPreviewImage, .JSPreviewImageCaption {
  margin-top: 10px; }

.well {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  background-color: #fff;
  margin-top: 10px; }
  .well .dataTables_length {
    float: left; }
  .well .dataTables_filter {
    float: right; }
  .well .dataTables_wrapper {
    padding-top: 10px;
    min-width: 960px; }

#dataTables, #tableAjax {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #dataTables.show, #tableAjax.show {
    opacity: 1; }

.sidebar ul li a.active {
  text-decoration: none;
  color: #d41616 !important;
  background-color: #28343b !important; }

.navbar-top-links li a.active {
  color: #fff !important;
  background-color: #d41616 !important; }

#chooseDate {
  background: url(../images/date-picker.jpg) no-repeat right center/auto 95%; }

.sidebar {
  width: 180px;
  position: fixed;
  top: 58px;
  bottom: 0;
  margin-top: 0;
  background-color: #010101;
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .sidebar {
      width: 100%;
      position: absolute;
      bottom: auto; }
      .sidebar .collapse.in {
        overflow-y: auto;
        max-height: 280px; } }

#side-menu {
  display: none; }
  #side-menu > li {
    border-bottom: solid 1px #101010; }
    #side-menu > li > a {
      color: #fff;
      padding: 13px 15px;
      background-color: #070707 !important; }
      #side-menu > li > a i {
        margin-right: 10px; }
      #side-menu > li > a:hover {
        background-color: #0c0c0c !important; }

.sidebar .nav-second-level li a {
  color: #fff;
  padding: 12px 15px;
  padding-left: 40px; }
  .sidebar .nav-second-level li a:hover, .sidebar .nav-second-level li a.active {
    border-left: 2px solid #d41616;
    color: #3b87fa !important;
    background-color: #28343b !important; }

.custom-menu a {
  border-left: solid 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .custom-menu a.is-active {
    position: relative;
    color: #0085e0 !important;
    background-color: #f9f9f9 !important; }
    .custom-menu a.is-active:after {
      content: "";
      width: 7px;
      height: 7px;
      background-color: #0085e0;
      display: block;
      position: absolute;
      top: 15px;
      left: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  .custom-menu a:hover {
    color: #0085e0 !important;
    background-color: #f9f9f9 !important; }

#loader {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 55%;
  margin-top: -20px;
  margin-left: -20px; }
  #loader .preloader {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 133, 224, 0.75) rgba(0, 133, 224, 0.75) rgba(0, 133, 224, 0.25) rgba(0, 133, 224, 0.25);
    border-radius: 100%;
    animation: preloaderAnimate 1.5s linear infinite; }
    @media screen and (max-width: 767px) {
      #loader .preloader {
        height: 50px;
        width: 50px;
        border-width: 5px;
        margin-top: -25px;
        margin-left: -25px; } }
  #loader img {
    position: absolute;
    top: 6px;
    left: 6px; }

.page-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding: 60px 20px 20px 200px;
  border-left: 0; }
  @media screen and (max-width: 767px) {
    .page-wrapper {
      margin: 0;
      padding: 20px; } }

.ml5 {
  margin-left: 5px; }

.image-project {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  position: relative; }
  .image-project img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .image-project p {
    font-size: 14px;
    color: #333;
    margin-top: 5px; }
  .image-project .cancel-image {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #d9534f;
    border: solid 1px #d43f3a;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
    .image-project .cancel-image:hover {
      background-color: #d43f3a;
      border: solid 1px #d9534f; }

.navbar-default .sidebar:after {
  display: block;
  content: "";
  z-index: 1;
  position: fixed;
  top: 56px;
  bottom: 0;
  height: 100%;
  border-left: solid 1px rgba(0, 133, 224, 0.3);
  left: 180px; }
  @media screen and (max-width: 767px) {
    .navbar-default .sidebar:after {
      display: none; } }

.btn {
  vertical-align: top;
  margin-bottom: 5px;
  margin: 0 2px; }

.people-grid-section {
  padding: 10px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .people-grid-section {
      padding: 40px 0 0; } }

.people-grid-row {
  display: inline-block;
  padding: 20px 0;
  margin-bottom: -5px;
  width: auto;
  border-bottom: solid 1px #dfdfdf; }
  .people-grid-row .status-people-grid {
    position: absolute;
    top: 10px;
    right: 10px; }
  .people-grid-row img {
    border: solid 1px #fff; }
  @media screen and (max-width: 767px) {
    .people-grid-row {
      width: 100%;
      padding: 0 20px;
      border-bottom: 0;
      margin-bottom: 0; } }
  .people-grid-row.center {
    text-align: center; }
  .people-grid-row .box-7 {
    float: left;
    height: 284px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .people-grid-row .box-7 {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #dfdfdf; } }
    .people-grid-row .box-7 .people-grid-big {
      width: 225px;
      height: 284px;
      float: left;
      position: relative;
      overflow: hidden; }
      .people-grid-row .box-7 .people-grid-big h6 {
        font-size: 16px;
        font-weight: 700; }
      .people-grid-row .box-7 .people-grid-big p {
        font-size: 12px; }
      .people-grid-row .box-7 .people-grid-big span {
        font-size: 10px; }
        .people-grid-row .box-7 .people-grid-big span i {
          margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-7 .people-grid-big {
          width: 50%;
          height: 260px; }
          .people-grid-row .box-7 .people-grid-big h6 {
            font-size: 18px; }
          .people-grid-row .box-7 .people-grid-big p {
            font-size: 14px;
            margin-bottom: 10px; }
          .people-grid-row .box-7 .people-grid-big span {
            font-size: 12px; } }
    .people-grid-row .box-7 .people-grid-small {
      width: 330px;
      height: 284px;
      float: left;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-7 .people-grid-small {
          width: auto;
          height: auto;
          overflow: visible;
          float: none; } }
    .people-grid-row .box-7 .people-grid-small-list {
      width: 110px;
      height: 142px;
      float: left;
      position: relative;
      overflow: hidden; }
      .people-grid-row .box-7 .people-grid-small-list h6 {
        font-size: 12px;
        font-weight: 700; }
      .people-grid-row .box-7 .people-grid-small-list p {
        font-size: 10px; }
      .people-grid-row .box-7 .people-grid-small-list span {
        font-size: 8px; }
        .people-grid-row .box-7 .people-grid-small-list span i {
          margin-right: 3px; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-7 .people-grid-small-list {
          width: 50%;
          height: 260px; }
          .people-grid-row .box-7 .people-grid-small-list h6 {
            font-size: 18px; }
          .people-grid-row .box-7 .people-grid-small-list p {
            font-size: 14px;
            margin-bottom: 10px; }
          .people-grid-row .box-7 .people-grid-small-list span {
            font-size: 12px; } }
    .people-grid-row .box-7 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      opacity: 1;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      -webkit-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      -moz-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      -ms-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      -o-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      transform: perspective(1400px) scale(1, 1) rotateY(0deg); }
    .people-grid-row .box-7 .back {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #404040;
      text-align: center;
      display: table;
      opacity: 0;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      -webkit-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      -moz-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      -ms-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      -o-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      transform: perspective(1400px) scale(1, 1) rotateY(-180deg); }
      .people-grid-row .box-7 .back div {
        display: table-cell;
        vertical-align: middle;
        color: #fff; }
  .people-grid-row .box-5, .people-grid-row .space-column {
    float: left;
    height: 284px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .people-grid-row .box-5, .people-grid-row .space-column {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #dfdfdf; } }
    .people-grid-row .box-5 .people-grid-big, .people-grid-row .space-column .people-grid-big {
      width: 225px;
      height: 284px;
      float: left;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-5 .people-grid-big, .people-grid-row .space-column .people-grid-big {
          width: 50%;
          height: 260px; } }
      .people-grid-row .box-5 .people-grid-big h6, .people-grid-row .space-column .people-grid-big h6 {
        font-size: 16px;
        font-weight: 700; }
      .people-grid-row .box-5 .people-grid-big p, .people-grid-row .space-column .people-grid-big p {
        font-size: 12px; }
      .people-grid-row .box-5 .people-grid-big span, .people-grid-row .space-column .people-grid-big span {
        font-size: 10px; }
        .people-grid-row .box-5 .people-grid-big span i, .people-grid-row .space-column .people-grid-big span i {
          margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-5 .people-grid-big, .people-grid-row .space-column .people-grid-big {
          width: 50%;
          height: 260px; }
          .people-grid-row .box-5 .people-grid-big h6, .people-grid-row .space-column .people-grid-big h6 {
            font-size: 18px; }
          .people-grid-row .box-5 .people-grid-big p, .people-grid-row .space-column .people-grid-big p {
            font-size: 14px;
            margin-bottom: 10px; }
          .people-grid-row .box-5 .people-grid-big span, .people-grid-row .space-column .people-grid-big span {
            font-size: 12px; } }
    .people-grid-row .box-5 .people-grid-small, .people-grid-row .space-column .people-grid-small {
      width: 220px;
      height: 284px;
      float: left; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-5 .people-grid-small, .people-grid-row .space-column .people-grid-small {
          width: auto;
          height: auto;
          overflow: visible;
          float: none; } }
    .people-grid-row .box-5 .people-grid-small-list, .people-grid-row .space-column .people-grid-small-list {
      width: 110px;
      height: 142px;
      float: left;
      position: relative; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-5 .people-grid-small-list, .people-grid-row .space-column .people-grid-small-list {
          width: 50%;
          height: 260px; } }
      .people-grid-row .box-5 .people-grid-small-list h6, .people-grid-row .space-column .people-grid-small-list h6 {
        font-size: 12px;
        font-weight: 700; }
      .people-grid-row .box-5 .people-grid-small-list p, .people-grid-row .space-column .people-grid-small-list p {
        font-size: 10px; }
      .people-grid-row .box-5 .people-grid-small-list span, .people-grid-row .space-column .people-grid-small-list span {
        font-size: 8px; }
        .people-grid-row .box-5 .people-grid-small-list span i, .people-grid-row .space-column .people-grid-small-list span i {
          margin-right: 3px; }
      @media screen and (max-width: 767px) {
        .people-grid-row .box-5 .people-grid-small-list, .people-grid-row .space-column .people-grid-small-list {
          width: 50%;
          height: 260px; }
          .people-grid-row .box-5 .people-grid-small-list h6, .people-grid-row .space-column .people-grid-small-list h6 {
            font-size: 18px; }
          .people-grid-row .box-5 .people-grid-small-list p, .people-grid-row .space-column .people-grid-small-list p {
            font-size: 14px;
            margin-bottom: 10px; }
          .people-grid-row .box-5 .people-grid-small-list span, .people-grid-row .space-column .people-grid-small-list span {
            font-size: 12px; } }
    .people-grid-row .box-5 img, .people-grid-row .space-column img {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      opacity: 1;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      -webkit-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      -moz-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      -ms-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      -o-transform: perspective(1400px) scale(1, 1) rotateY(0deg);
      transform: perspective(1400px) scale(1, 1) rotateY(0deg); }
    .people-grid-row .box-5 .back, .people-grid-row .space-column .back {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #404040;
      text-align: center;
      display: table;
      opacity: 0;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      transition: all 0.75s ease;
      -webkit-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      -moz-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      -ms-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      -o-transform: perspective(1400px) scale(1, 1) rotateY(-180deg);
      transform: perspective(1400px) scale(1, 1) rotateY(-180deg); }
      .people-grid-row .box-5 .back div, .people-grid-row .space-column .back div {
        display: table-cell;
        vertical-align: middle;
        color: #fff; }
  .people-grid-row .space-column {
    width: 110px; }
    @media screen and (max-width: 767px) {
      .people-grid-row .space-column {
        display: none; } }
  .people-grid-row .centering-box {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .people-grid-row .centering-box {
        display: block;
        width: 100%; } }

#wrapper .navbar-brand {
  padding: 8px 15px; }

.page-header {
  margin-top: 20px;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .navbar-static-top {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    left: 0; }
  .page-wrapper {
    padding-top: 100px;
    padding-bottom: 20px; }
    .page-wrapper .page-header {
      margin-top: 20px; }
  .desktop-only {
    display: none; }
  .table-responsive {
    padding-left: 15px; }
    .table-responsive #dataTables_wrapper {
      min-width: 700px; }
  #dataTables_filter label {
    margin-left: -100px; } }

.control-label {
  text-align: right; }

.tr {
  text-align: right; }

.table-news td, .table-news th {
  font-size: 13px; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:link,
.dataTables_wrapper .dataTables_paginate .paginate_button:visited {
  border: 0 !important;
  background: none !important; }

.custom-radio {
  display: none; }
  .custom-radio + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: solid 1px #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0;
    top: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .custom-radio + label:after {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      bottom: 3px;
      right: 3px;
      left: 3px;
      background-color: #337ab7;
      opacity: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .custom-radio:checked + label {
    border: solid 1px #337ab7; }
    .custom-radio:checked + label:after {
      opacity: 1; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
  border: 0 !important; }

.modal-body .alert {
  margin-bottom: 0; }

.dtp-buttons {
  position: relative;
  top: -10px; }

.dtp-btn-cancel {
  margin-right: 10px; }

.login-body {
  background-color: #fafafa; }

.form-signin {
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .form-signin img {
    margin-bottom: 35px; }
  .form-signin .form-control {
    height: 40px;
    margin-bottom: 10px; }
  .form-signin p {
    color: #333;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 20px; }

.modal-footer.ta-l {
  text-align: left; }

@-webkit-keyframes preloaderAnimate {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    -moz-transform: rotate(360deg) translatez(0);
    -ms-transform: rotate(360deg) translatez(0);
    -o-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0); } }

@keyframes preloaderAnimate {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    -moz-transform: rotate(360deg) translatez(0);
    -ms-transform: rotate(360deg) translatez(0);
    -o-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0); } }
