/* BOOTBOX
----------------------------*/

.bootbox .modal-header {
  background:#f5f5f5;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.bootbox .modal-header .bootbox-close-button {
  font-weight: bold;
}
.bootbox .modal-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
.bootbox .modal-body {
  max-height: 500px;
  overflow: auto;
}
.bootbox .modal-body .controlButtons {
  font-style:italic;
}
.bootbox .modal-header {
  text-transform:uppercase;
  font-weight: bold;
}
.msw-box-error .modal-header {
  background: #f77;
  color: #fff;
  border-bottom: 1px solid #E67C73;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.msw-box-question .modal-header {
  background: #008097;
  color: #fff;
  border-bottom: 1px solid #E67C73;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.msw-box-question .modal-header .btn-close,
.msw-box-error .modal-header .btn-close {
  color:#fff;
  opacity:1.0;
  font-weight:normal !important;
}
.msw-box-ok .modal-header button.close {
  color:#02798E;
  opacity:1.0;
  font-weight:normal !important;
}
.msw-box-ok .modal-header button.close:hover {
  opacity:0.8;
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}

/* iBOX LIGHTBOX
---------------------------------------*/

#ibox_footer_wrapper {
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}

#ibox_footer_wrapper a {
  text-decoration: none;
  background: #888;
  border: 1px solid #666;
  line-height: 16px;
  padding: 0 5px;
  color: #333;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#ibox_footer_wrapper a:hover {
  background-color: #bbb;
  color: #111;
}

#ibox_footer_wrapper {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #111;
}

#ibox_wrapper {
  border: 1px solid #ccc;
}

#ibox_wrapper {
  background-color: #999;
}

#ibox_content {
  background-color: #eee;
  border: 1px solid #666;
}

#ibox_loading {
  padding: 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#ibox {
  z-index: 1000000;
  text-align: left;
}

#ibox_overlay {
  z-index: 1000000;
}

#ibox_loading {
  position: absolute;
  z-index: 1000001;
}

#ibox_wrapper {
  margin: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000001;
}

#ibox_content {
  z-index: 1000002;
  margin: 27px 5px 5px 5px;
  padding: 2px;
}

#ibox_content object {
  display: block;
}

#ibox_content .ibox_image {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

#ibox_footer_wrapper a {
  float: right;
  display: block;
  outline: 0;
  margin: 0;
  padding: 0;
}

#ibox_footer_wrapper {
  text-align: left;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  white-space: nowrap;
  overflow: hidden;
}

#ibox_wrapper {
  line-height: 20px;
  border: 7px solid #CFC9C9;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#ibox_wrapper, #ibox_footer_wrapper a {
  background-color: #fff;
}

#ibox_content {
  background-color: #fff;
  border: 0;
  margin: 10px 10px 40px 10px;
}

#ibox_footer_wrapper {
  line-height: 20px;
  bottom: 5px;
  top: auto;
}

#ibox_footer_wrapper a {
  text-indent: -100000px;
  border: 0;
  background: #fff url(../images/ibox/closelabel.gif) center center no-repeat;
  width: 66px;
  padding: 0;
  height: 22px;
  line-height: 20px;
}

#ibox_footer_wrapper a:hover {
  background-color: #fff;
}

#ibox_loading {
  text-indent: -100000px;
  width: 100px;
  border: 2px solid #CFC9C9;
  height: 100px;
  background: #fff url(../images/animated/loading.gif) center center no-repeat;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#ibox_close_area {
  text-align: right;
  padding:10px 5px 5px 0;
  background:#F9F9F9;
  border-bottom:2px solid #F5F5F5;
}

#ibox_close_area a {
  font-size: 20px;
}

/* STUPID TABLE
-------------------------------------*/

#sortTable th[data-sort]{
  cursor:pointer;
}

#sortTable .stupid-table-sort-asc {
  background: url(../images/sort-asc.png) no-repeat 90% 50%;
}

#sortTable .stupid-table-sort-desc {
  background: url(../images/sort-desc.png) no-repeat 90% 50%;
}

/* SORTABLE
-------------------------------------*/

.sortable-class {
  background:#ECECEC !important;
  cursor:pointer !important;
}