.overlay-wrapper{/*position:relative;*/}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.1);
}

.mt-4 {margin-top: 4px !important;}
.mt-8 {margin-top: 8px !important;}
.mt-10 {margin-top: 10px !important;}
.pt-0 {padding-top: 0 !important;}
.pt-10 {padding-top: 10px !important;}
.pb-10 {padding-bottom: 10px !important;}

.content-header > .breadcrumb {
  float: left;
  position: relative;
  top: auto;
  right: auto;
}

/*Radio Button styles*/
.radio-toBtn input[type="radio"] { visibility:hidden;position:absolute; }
.radio-toBtn input[type="radio"]:checked + label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3C8DBC;
  *background-color: #3C8DBC;
  background-image: -moz-linear-gradient(top, #62A3C9, #4F98C2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62A3C9), to(#4F98C2));
  background-image: -webkit-linear-gradient(top, #62A3C9, #4F98C2);
  background-image: -o-linear-gradient(top, #62A3C9, #4F98C2);
  background-image: linear-gradient(to bottom, #62A3C9, #4F98C2);
  background-repeat: repeat-x;
  border-color: #4F98C2 #4F98C2 #377834;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.radio-toBtn label {
    display:inline-block;
    line-height:0px;
    height:13px;
    color: #333333;
  	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 	background-color: #f5f5f5;
  	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #e6e6e6;
    padding:10px;
    font-size:12px;
    cursor:pointer;
    text-align:center;
    -webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	border: 1px solid #cccccc;
  	*border: 0;
  	border-bottom-color: #b3b3b3;
}

.radio-toBtn label:hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
}

.radio-toBtn input[type="radio"]:disabled  +label  { background:#eaeaea;color:#ccc;cursor:auto; }
th { text-align: center; width:20% }
.disabled { pointer-events: none;cursor: not-allowed;opacity: 0.7;background: #fff; color:#000 }

.disabled-view{
    padding: 8px;
    border: none;
    pointer-events: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent!important;
}
.box-footer { background-color: #e1e5f5; }
.dataTables_wrapper { padding: 10px }
.dataTables_wrapper > div:nth-child(2) > div{ overflow: auto}
.overlay{ text-align: center }
.btn-dark {
    color: #fff!important;
    background-color: #0000009e;
    border-color: #3c3f41;
}
.btn-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
h4>.label{ display: block }
.table{
    table-layout: fixed;
    width: auto;
    text-align: center;
}
