﻿.notifier
{
    position:absolute;
    bottom:0;
    right:0;
    z-index:9999999999999;
}


.box
{
    position: static !important;    
}

.box .overlay
{
    z-index: 99999999999999 !important;
    position: fixed !important;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}


.pagination > li > button {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > button {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > button:hover
.pagination > li > button:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > button,
.pagination > .active > button:hover,
.pagination > .active > button:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > button,
.pagination > .disabled > button:hover,
.pagination > .disabled > button:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > button,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > button {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.layoutClear .header
{
    background-color: #3c8dbc;
}

.layoutClear .footer footer
{
    margin-left: 0px;
}

.radioButton {
    display:flex;
    margin-top: 15px;
    border: 1px;
    padding: 5px;
    text-align: center;
}

/*.table-bordered .table table-striped .table-hover .table-condensed
{
   border-color: #ff0000;
}*/


