@CHARSET "UTF-8";

body{

	background:#f9f9f9;
}
footer p{
	text-align:center;
}
.well{
	background:#fff;
}
#login-well{
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-top:40%;
}
.breadcrumb{
	margin:0px;
}
.exporttoCSV {
  margin-bottom: 1em;
}

a.orderby{
	color:#333;
}
a[disabled] { pointer-events: none; }
header{
	margin-top:10px;
}
#saving-modal{

	top:32%;
}
.ui-widget-header{
	background:#b80000;
}
.ui-widget-overlay{
	background:#000;
}
#datepicker .ui-widget-content{
	width:95% !important;
}

table.ui-datepicker-calendar tbody tr td a{
	text-align:center !important;
}

table td.currency, table th.currency{
	text-align:right;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	width:40%;margin-right:5%;
}

ul.checklist li {
	padding: 10px;
	float: left;
	display: block;
}

div.plan-well{
	min-height:300px;
}
.textleft, .text-left, th.text-left, th.textleft, td.text-left, td.textleft {
	text-align: left;
}
.centered, th.centered, td.centered {
	text-align: center;
}
.textright, .text-right, th.text-right, th.textright, td.text-right, td.textright {
	text-align: right;
}
.clear {
	clear: both;
}

/*FLAT UI*/
html,body{

	background:#eaedf2;
}


.btn{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-shadow:none;
	border-color:#c9c9c9;
	background-image:#e6e6e6;
	background:#f4f4f4;
	box-shadow:none;
}

.btn-primary{
	border-color:#006dcc;
	background-image:#006dcc;
	background:#006dcc;
}

.btn-inverse{
	border-color:#000;
	background-image:#030303;
	background:#030303;
}
.btn-success{
	border-color:#51a351;
	background-image:#5bb75b;
	background:#5bb75b;
}

.btn-info{
	border-color:#1da693;
	background-image:#1fbba6;
	background:#1fbba6;
}

.btn-warning{
	border-color:#f89406;
	background-image:#faa732;
	background:#faa732;
}

.btn-danger{
	background:#da4f49;
	border-color:#bd362f;
	background-image:#1fbba6;
}
.container-white{
	background:#fff;
}

.well{
	background:#fff;
	border-radius:0px;
	-web-kit-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow:none;
	-web-kit-box-shadow:none;
	-moz-box-shadow:none;
	border:none;
}
.well-emph{
	background:#1fbba6;
}

.well-emph{
	color:#fff;
}
.dropdown-menu{
	border-radius:0px;
	box-shadow:none;
}
.dropdown-menu hr {
	margin: 4px 3px;
}

ul.nav > li > a.btn {
	padding: 4px 15px;
	color: #fff;
	text-shadow: initial;
}
ul.nav > li > a.btn-danger:hover {
	background-color: #bd362f;
	color: #fff;
}
tr th {
	vertical-align: middle;
}
tr th label {
	margin-bottom: 10px;
}
.vatop {
	vertical-align: top;
}

.fixed-wrap {
	height: 500px;
}
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	margin: 0;
	vertical-align: top;
	background: #FFF;
}
.fht-table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: hidden;
	position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
	overflow: hidden;
	height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
	top: 0;
	left: 0;
	position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
	z-index: 1;
}
.fht-thead .btn,
.fht-fixed-column .fht-tbody .btn,
.fht-tfoot .btn {
	display: none;
}
.fht-tbody .btn {
	position: relative;
	z-index: 9999;
	margin-top: 20px;
	display: inline-block;
}
.loadingcontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .6;
    width: 200px;
    height: 200px;
    background-color: #524040;
    background-image: url(images/animated-overlay.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 270px;
    text-align: center;
    border-radius: 10px;
}

.bobble {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}