.panel, .tab-content {
	position: relative;
}

.nav-tabs {
	border-bottom: none;
}
.nav>li>a {
	padding: 15px 20px;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 2;
}

#loading {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;

}

.check .btn {
	margin-right: 10px;
}
.pull-left.image i {
	font-size: 50px;
	color: #DDD;
}
.select2-container {
	width: 100% !important;
}
.login-page, .register-page {
	background: none;
}
.login-logo a, .register-logo a {
    color: #FFF;
}
.login-box-body, .register-box-body {
	background: #fff;
    padding: 20px;
    color: #444;
    border-top: 0;
    color: #666;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: auto;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

.callout>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;    
}
.callout .btn-box-tool {
	color: #FFF;
}

.result-msg  {
	opacity: 0;
    position: fixed;
    z-index: 999999;
    top: 12px;
    right: 12px;
    transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
   
   	-webkit-transition-delay: 2s;
    transition-delay: 2s;
    
    
}
.result-msg.fade {
   	opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.result-msg > div {
    margin: 0 0 6px;
    padding: 15px;
    width: 350px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.mybox {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;	
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);	
}
.mybox.box-warning {
    border-top-color: #f39c12;
}

.mybox.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.mybox.box-solid {
    border-top: 0;
}
.mybox.box-solid.box-warning .box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.modal-body iframe {
	height: 550px !important;
}
div.dataTables_wrapper div.dataTables_filter {
	float: right;
}
div.dataTables_wrapper div.dataTables_info{
	float: left;
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

#rotate {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #000;
	z-index: 2000;
	color: #FFF;	
	text-align: center;
	text-transform: uppercase;
}
#rotate img {
	width: 180px;	
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;	
	display: block;
}