* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/
}

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,
font,
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 {
  background: transparent;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: middle;
}

ol, ul {
  list-style-type: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

:focus {
  outline: 0 none
}

tfoot {
  font-style: italic
}

caption {
  background: transparent
}

ul, ol {
  margin-bottom: 18px
}

html, body {
  height: 100%;
}

.topbar {
  background: #018834;
  border-bottom: 1px solid #90a4ae;
  height: auto;
  width: 100%;
}

.topbar-bottom {
  border-bottom: 3px solid #02a748;
  height: 50px;
  width: 100%;
}

.topbar-top {
  height: 50px;
  width: 100%;
  background-color: #fff;
}

.topbar-wrapper {
  margin: 0 auto;
  width: 90%;
  height: 100%;
}

a.brand.brand,
a.branding.branding {
  float: left;
  height: 100%;
  display: inline-block;
}

.user {
    position: relative;
    width: 30%;
    float: right;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
}

.user a {
    color: #ffffff;
}

.brand img#logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 3vw;
}

.branding img#logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 18vw;
}

.topbar-wrapper h2 {
  font-size: 28px;
  font-weight: 100;
  padding-top: 12px;
  text-indent: 3px;
  top: 0;
  width: 50%;
  display: inline
}

.topbar-wrapper span {
  float: left;
  font-size: 26px;
  font-weight: 100;
  padding-top: 7px;
}

.topbar-wrapper a, .topbar-wrapper b {
  float: right
}

.wrapper .grid {
  overflow: auto;
  padding-bottom: 14vh;
  /* must be same height as the footer */
}

.footer-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  background: #333;
  margin-top: -14vh;
  height: 14vh;
  clear: both;
}

.footer {
  display: inline-block;
  width: 90%;
  height: 10vh;
  text-align: right;
}

.footer img {
  position: relative;
  width: 5%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.copyright {
  background: linear-gradient(180deg,rgba(0,0,0,1),rgba(0,0,0,.8) 95%,transparent);
  width: 100%;
  height: 4vh;
  text-align: center;
  color: #fafafa;
}

.copyright>p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.copyright>p>a {
  text-decoration: none;
  color: #fafafa;
}

.copyright>p>a:hover {
  color: #02a748;
  text-decoration: none;
}

.wrapper {
  padding: 20px 0 100px 0;
  width: 90%;
  min-height: 100%;
  margin: 0 auto;
}

/*@media (max-width: 1280px) {
  .wrapper {
    width: 90%;
  }
}

@media (min-width: 1920px) {
  .wrapper {
    width: 80%;
  }
}*/

.wrapper:before {
  /* Opera and IE8 "redraw" bug fix */
  content: "";
  float: left;
  height: 100%;
  margin-top: -999em;
}

* html #wrap {
  /* IE6 workaround */
  height: 100%;
}

.navi {
  float: left;
  height: 100%;
  min-width: 180px;
  width: 10%;
  font-size: 12px;
  margin-bottom: 3em
}

.container {
  width: auto;
}

.last {
  float: right;
  margin-right: 0 !important;
}

/* ===[ Contain floats: nicolasgallagher.com/micro-clearfix-hack/ ]=== */

.clear:before.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both
}

.clear {
  zoom: 1
}

/*	 Content style **/

.head {
  background: #F9F9F9;
  box-shadow: 0 0 3px #CCCCCC;
  border: 1px solid #d4d4d4;
  border-radius: 5px 5px 0 0;
  height: 54px;
  overflow: hidden;
}

.content {
  background: #FFFFFF;
  box-shadow: 0 0 3px #CCCCCC;
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 100px;
}

table {
  margin-bottom: 15px;
  text-align: left;
  min-width: 100%;
}

table tr.even td, tbody.oddeven tr:nth-child(even) {
  background: #EEE
}

tr.hr {
  background: #eee;
  height: 5px;
}

table tr th.headerSortDown {
  background: url("../img/sorta.gif") no-repeat scroll 95% center transparent;
  color: #333333;
}

table tr th.headerSortUp {
  background: url("../img/sortd.gif") no-repeat scroll 95% center transparent;
  color: #333333;
}

.narrow {
  padding-right: 10px;
  width: 50px !important;
  min-width: 0 !important
}

.message {
  border-radius: 3px 3px 3px 3px;
  display: block;
  font-weight: bold;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
  padding: 10px 15px 10px 40px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.message p {
  float: left;
  padding: 0;
  width: 93%;
}

.message .close {
  background: url("../img/close.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  margin-top: 2px;
  opacity: 0.7;
  width: 16px;
}

.message.error {
  background: url("../img/error.gif") no-repeat scroll 12px 12px #FFECCE;
  border: 1px solid #E9C59B;
  color: #DB0812;
}

.message.success {
  background: url("../img/success.gif") no-repeat scroll 12px 12px #EDFBD8;
  border: 1px solid #BFDE84;
  color: #508600;
}

.message.info {
  background: url("../img/info.gif") no-repeat scroll 12px 12px #ECF9FF;
  border: 1px solid #BBDBE0;
  color: #0888C3;
}

.message.warning {
  background: url("../img/warning.gif") no-repeat scroll 12px 12px #FEFDE2;
  border: 1px solid #E5E181;
  color: #666666;
}

.hidden {
  display: none
}

.lowercase {
  text-transform: lowercase
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.hoverInfo {
  cursor: pointer
}

/*	tab style
		================================================== */

#tabs {
  position: relative;
  display: block;
  z-index: 200;
}

ul.tabs {
  margin: 0;
  nowhitespace: afterproperty;
  padding: 0;
  list-style: none;
  height: 40px;
  /*--Set height of tabs--*/
  width: 2000px;
}

ul.tabs li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
}

ul.tabs li a {
  background: #F9F9F9;
  color: #2B7BBB;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  margin: 0 1px;
  border-radius: 5px 5px 0 0;
  outline: none;
}

ul.tabs li.ui-state-active a, ul.tabs li a:hover {
  background: #2B7BBB;
  color: #F9F9F9;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}

.tab_content {
  border: 1px solid #E0E0E0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding: 20px;
  height: 176px
}

.tab_content img {
  margin: 19px;
  visibility: hidden;
}

.ui-tabs .ui-tabs-hide {
  display: none !important
}

#scroll-container {
  overflow: hidden;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.arrow {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  -moz-user-select: none;
  background: #d0e4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(24%, #73b1e7), color-stop(50%, #0a77d5), color-stop(79%, #539fe1), color-stop(100%, #87bcea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* W3C */
}

.scrollable {
  overflow: auto
}

.arrow.right {
  right: 3px
}

.arrow.left {
  left: 3px;
}

.arrow p {
  margin-left: 32%;
  font-weight: bold;
  color: white
}

body {
  font-family: helvetica, arial, sans-serif;
  font-size: 95%;
  line-height: 1.5;
  background: #fafafa
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #02a748;
}

h1, h2 {
  line-height: 36px;
  margin-bottom: 18px;
}

h3, h4, h5, h6 {
  line-height: 18px
}

h1 {
  font-size: 36px;
  top: 5px;
}

h2 {
  font-size: 28px;
  top: 8px;
}

h3 {
  font-size: 22px;
  top: 1px;
}

h4 {
  font-size: 18px;
  top: 2px;
}

h5 {
  font-size: 15px;
  top: 3px;
}

h6 {
  font-size: 13px;
  top: 5px;
}

p, pre, address {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: 5px;
}

small {
  font-size: 11px
}

abbr, code, kbd, samp, small, var {
  line-height: 15px
}

ul, ol, dl, dialog {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: 5px;
  margin-top: 18px;
  margin-bottom: 18px;
}

li ul, li ol, ul ul, ol ol {
  top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

li h1, li h2, li h3, li h4, li h5, li h6, li p {
  top: 0
}

form, legend, label {
  font-size: 13px;
  line-height: 18px;
}

legend {
  position: relative;
  top: 5px;
}

/* * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
	 ================================================== */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* * Correct overflow displayed oddly in IE9
	 ================================================== */

svg:not(:root) {
  overflow: hidden
}

/* ===[ Contain floats: nicolasgallagher.com/micro-clearfix-hack/ ]=== */

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both
}

.clear {}

.head h2 {
  color: #333;
  font-size: 18px;
  padding: 15px 0 18px 20px;
  text-shadow: 1px 1px 0 #FFFFFF;
  top: 0px;
  line-height: 28px;
  text-transform: uppercase;
}

table {
  /*border-top: 3px solid #000000; */
  margin-top: 18px;
  position: relative;
  font: inherit;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  height: auto;
  width: auto;
}

/*
tr:nth-child(even) {
  background-color: #eee;
}

tr:nth-child(odd) {
  background-color: transparent;
}
*/

th, td {
  line-height: 25px;
  padding: 9px 18px 8px 0;
  border-left: 1px dotted #D4D4D4
}

td:last-child {
  border-right: 1px dotted #D4D4D4
}

th {
  background: #CCC;
  text-transform: capitalize;
}

table tr td, .grid table tr th {
  border-bottom: 1px dotted #999;
  padding: 0px 0 0px 10px;
  text-align: left;
  vertical-align: baseline;
}

/* ===[ Indicate that 'label' will shift focus to the associated form element ]=== */

label {
  cursor: pointer
}

/* *** button Styles **/

.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-border-radius: 5.5em;
  -moz-border-radius: 5.5em;
  border-radius: 5.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  margin: 10px 10px 10px 0;
}

.button:hover {
  text-decoration: none
}

.button:active {
  color: #999999;
  position: relative;
  top: 1px;
}

/* ** colors **/

.white {
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  color: #606060;
}

.white:hover {
  background: #EDEDED;
}

.red {
  background: #ED1C24;
  border: 1px solid #980C10;
  color: #FADDDE;
}

.red:hover {
  background: #AA1317;
}

.blue {
  background: #02a748;
  border: 1px solid #B7B7B7;
  border: 1px solid rgba(180, 180, 180, 0.5);
  color: #EDEDED;
}

.blue:hover {
  background: #50828D;
}

.green {
  background: #7DB72F;
  border: 1px solid #538312;
  color: #E8F0DE;
}

.green:hover {
  background: #4E7D0E;
}

.gray {
  color: #888;
}

/* ** button disabled **/

.disabled {
  background-color: lightgray;
  color: #fff;
  cursor: default;
}

.disabled:active {
  top: 0
}

/* ** sizes **/

a.big {
  font-size: 16px;
  padding: 10px 20px;
}

a.supersize {
  font-size: 20px;
  padding: 15px 25px;
}

/* *** slider span arrows **/

.arrow {
  border: 1px solid #2694E8;
  cursor: pointer;
  background-color: #2B7BBB;
  background-repeat: repeat-x;
  margin-top: 3px;
}

.arrow.left {
  /*background: transparent url("../img/slide_left_right.png") no-repeat -10px 22px;*/
  width: 23px;
  height: 90%;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-left: -5px;
}

.arrow.right {
  /*background: transparent url("../img/slide_left_right.png") no-repeat 44px -59px;*/
  width: 23px;
  height: 90%;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: -5px;
}

.arrow a {
  color: white;
  font-weight: bold;
  margin-left: 32%;
}

/* **** form **/

input, textarea {
  margin: 5px;
  padding: 4px;
  border: solid 1px #E5E5E5;
  outline: 0;
  width: auto;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
  border-color: #2B7BBB;
}

input[type="checkbox"] {
  width: auto;
  vertical-align: middle;
}

input[type="button"]:not(.button), input[type="submit"]:not(.button) {
  padding: 5px 10px;
  background: #ddd;
  background: linear-gradient(#eee 50%, #bbb 100%);
  border: 1px solid #888;
}

input[type="checkbox"]:checked+.checkhover {
  padding: 0 10px;
  color: #c44;
}

label:hover {
  color: #444;
  text-shadow: 1px 1px 5px #888;
}

.checkhover {
  color: #888;
  font-weight: bold;
  font-size: 1.05em;
  transition: all .3s;
}

button:disabled img {
  opacity: .5;
}

textarea {
  width: 70%;
  min-height: 100px;
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.submit input {
  width: auto;
  padding: 9px 15px;
  background: #617798;
  border: 0;
  font-size: 14px;
  color: #FFFFFF;
}

/* ** menu navigation **/

#navigation {
  background: transparent;
  padding-top: 50px;
  float: left;
  overflow: visible;
  visibility: hidden;
  width: 100%;
  height: auto
}

#navigation ul {
  margin: 0
}

#navigation li, ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#navigation li a {
  display: block;
  color: #333;
  width: auto;
  text-decoration: none;
  border-bottom: 1px dotted #d4d4d4;
}

#navigation li:last-child {
  border-bottom: 0px;
}

#navigation li a:hover {
  border-color: #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #02a748;
  text-decoration: underline;
}

.navLvlThree li a {
  background: #d4d4d4;
  padding: 8px 17px 8px 65px;
}

#navroot {
  /*border: 1px solid #d4d4d4*/
}

#navroot>li>a {
  background: url("../img/toggle.png") no-repeat scroll 2px 4px #F9F9F9;
  text-decoration: none;
}

.dcjq-parent:hover, #navroot>li>a:hover {
  text-decoration: none !important;
  color: black !important;
}

.dcjq-parent, #navroot>li>a {
  background-image: url("../img/toggle.png") !important;
  background-repeat: no-repeat !important;
}

#navroot>li>a.active {
  background: url("../img/toggle.png") no-repeat scroll 3px -99px #F9F9F9;
  color: black
}

#navroot>li>a {
  padding: 8px 5px 5px 25px;
}

.navLvlOne li a {
  background: #EFEFEF;
  padding: 8px 5px 5px 30px;
}

.navLvlTwo li a {
  background: #E4E4E4;
  padding: 8px 5px 5px 37px;
}

.navLvlThree li a {
  background: #E0E0E0;
  padding: 8px 5px 5px 53px;
}

li a.active {
  border-color: #999;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* ** divider ********************/

.divider {
  display: block;
  height: 1px;
  width: 100%;
  clear: both;
  padding: 20px 0;
  border: none;
}

.divider-line {
  display: block;
  height: 1px;
  width: 100%;
  clear: both;
  margin: 20px 0;
  background: #949494;
}

/* jquery dataTable related style	*/

.css_right {
  float: right;
}

.dataTables_filter {
  float: right;
  text-align: right;
  width: 50%;
}

.dataTables_length {
  float: left;
  width: 40%;
}

.dataTables_info {
  float: left;
  width: 50%;
}

.dataTables_paginate {
  padding-top: 0;
  float: right;
  text-align: right;
}

.paging_full_numbers .fg-button {
  color: #333333 !important;
  cursor: pointer;
  margin: 0;
  padding: 2px 6px;
}

.dataTables_paginate .last {
  float: none;
}

.data_tbl tfoot tr td input {
  width: 70%;
}

.del_cross {
  float: right;
  cursor: pointer;
  font-size: 2em;
  padding: 0 5px;
}

/** for booking types on TicketOverview	**/

#bookingTbl td i {
  color: #666;
  width: 10px;
  height: 10px;
  padding: 5px 8px;
  border: 1px solid #ccc;
  line-height: 10px;
  font-weight: bolder;
  font-style: normal;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  margin-right: 8px;
}

#bookingTbl td sup {
  opacity: .5;
}

i.hs_single_ticket:after {
  content: 'S';
}

i.hs_single_ticket {
  background-color: #ffd;
}

i.hs_bulk_ticket:after {
  content: 'B';
}

i.hs_bulk_ticket {
  background-color: #fdd;
}

i.hs_landingpage_ticket:after {
  content: 'P';
}

i.hs_landingpage_ticket {
  background-color: #efe;
}

i.hs_landingpage_smsticket:after {
  content: 'M';
}

i.hs_landingpage_smsticket {
  background-color: #ddf;
}

i.hs_landingpage_noauthticket:after {
  content: 'A';
}

i.hs_landingpage_noauthticket {
  background-color: #c0d6e4;
}

/** for select and order boxes	**/

select, .padd {
  padding: 3px;
}

.tdAlignTop {
  vertical-align: top
}

#aContainer {
  float: left;
  margin: 5px;
  height: 300px;
  background-color: rgb(0, 129, 216);
}

#aContainer, #sContainer {
  float: left;
  width: 75%;
  margin: 9px;
  padding: 8px;
  height: 340px;
  background-color: #ededed;
  color: #000000;
}

.selRelation {
  width: 100%;
  height: 85%;
  font-size: 15px;
  font-weight: bold;
}

#selBtn, #unSelBtn {
  margin-top: 13%;
  float: left;
}

.invoice_logo_preview {
  width: 200px
}

/** for nice autocomplete box	**/

.ui-autocomplete .ui-icon {
  display: inline-block;
  vertical-align: text-bottom;
}

.ui-autocomplete .ui-menu-item {
  padding: 5px;
  background: linear-gradient(white 50%, #eee 100%);
}

.ui-autocomplete {
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

/** for jqplot	**/

table.jqplot-table-legend {
  min-width: inherit;
}

.content .jqplot-highlighter-tooltip, .content .jqplot-canvasOverlay-tooltip {
  background: rgba(208, 208, 208, 0.7);
  font-weight: bold;
  text-shadow: 0 0 2px #fff;
}

#chartdiv {
  height: 600px;
  width: 100%;
}

.tblRight {
  float: right
}

.tblRight a {
  vertical-align: text-bottom;
}

.tblRight img {
  border: 1px solid #ccc
}

input.search {
  color: #b00;
  width: 6em
}

.scrollheight {
  max-height: 500px;
  overflow-y: scroll;
}

input:checked+.ifchecked, input:checked+label+.ifchecked {
  display: inline;
}

.ifchecked {
  display: none;
}

.sumsquare {
  background: #fa8;
  color: #fff;
  padding: 1em;
  float: left;
  box-shadow: 0 0 4px #aaa;
  display: inline-block;
  margin-right: 1em;
}

.sumsquare b {
  text-shadow: 0 0 2px #888;
}

/* dataTable styles */

.paginate_disabled_next, .paginate_disabled_previous {
  color: #888;
}

.dataTables_paginate a {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}

#descr tr {
  background-color: transparent;
}

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

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-repeat: no-repeat;
  background-position: center right
}

table.dataTable thead .sorting_asc {
  background-image: url("/img/sort_asc.png")
}

table.dataTable thead .sorting_desc {
  background-image: url("/img/sort_desc.png")
}

tbody .isdelete, th .isdelete, .showDelete th .nodelete {
  display: none;
}

.showDelete tbody .isdelete, .showDelete th .isdelete {
  display: inline;
}

.grid table tr th {
  padding: 5px 10px;
}

thead th {
  background-color: #333;
  color: #fafafa;
}



.showDelete input.isdelete {
  border: 1px solid #c00;
}

input.isdelete:hover {
  box-shadow: 0 0 5px red;
}

.notification-bar {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    background: #f3f3f3;
    /*overflow: scroll;*/
    padding: 2vh 5vw;
}

.notification-bar p {
  padding: 2vh 0;
}

.notification-bar a {
  text-decoration: none;
  color: red;
}

.notification-bar .blue {
    background: #02a748;
    border: 1px solid #B7B7B7;
    border: 1px solid rgba(180, 180, 180, 0.5);
    color: #EDEDED;
}

.notification-bar h1,
.notification-bar h2,
.notification-bar h3,
.notification-bar h4,
.notification-bar h5,
.notification-bar h6 {
  padding: 4vh 0 0 0;
  color: #018834;
}

.notification-bar .close {
  position: absolute;
  top: 4vh;
  right: 6vw;
  height: 2vh;
  width: 1vw;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2312646e;%7D%0A%3C/style%3E%3Cg%3E%3Cpath d='M28.2,24L47.1,5.1c1.2-1.2,1.2-3.1,0-4.2c-1.2-1.2-3.1-1.2-4.2,0L24,19.7L5.1,0.9c-1.2-1.2-3.1-1.2-4.2,0 c-1.2,1.2-1.2,3.1,0,4.2L19.7,24L0.9,42.9c-1.2,1.2-1.2,3.1,0,4.2C1.5,47.7,2.2,48,3,48s1.5-0.3,2.1-0.9L24,28.2l18.9,18.9 c0.6,0.6,1.4,0.9,2.1,0.9s1.5-0.3,2.1-0.9c1.2-1.2,1.2-3.1,0-4.2L28.2,24z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
}


