/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  background-color: #f8f8f8;
}
#wrapper {
  width: 100%;
  min-width: 1200px;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
    /*overflow: overlay;*/
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a {
  color: #868686;
  font-size: 16px;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
  color: #868686;
  font-size: 16px;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
/*
.dropdown-menu-right{
  top: -60px;
}
#dataTables-cloud-company_wrapper, #dataTables-nocloud-user_wrapper{
  overflow: overlay;
  height: 100vh;
}
*/
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
  .sidebar-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 250px;
    background-color: #ccc;
  }
  .sidebar-label-footer {
    position: fixed;
    color: #fff;
    text-align:  center;
    width: 250px;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.log-debug {
  color: #5bc0de;
}
.log-info {
  color: #5cb85c;
}
.log-notice {
  color: #428bca;
}
.log-warning {
  color: #f0ad4e;
}
.log-error {
  color: #E21FF2;
}
.log-critical {
  color: #d9534f;
}
.log-alert {
  color: red;
}
.log-emergency {
  color: #7014A4;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: -15%;
}
#logo-img {
  width: 256px;
  margin: 80px 0;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.navbar-static-top {
  background-image: linear-gradient(to right, #3764CA 0%, #2446A3 100%);
}
.nav.navbar-top-links.navbar-right a.dropdown-toggle {
  color: #fff;
}
.nav.navbar-top-links.navbar-right .open > a, .nav.navbar-top-links.navbar-right .open > a:hover, .nav.navbar-top-links.navbar-right .open > a:focus,
.nav.navbar-top-links.navbar-right > li > a:hover, .nav.navbar-top-links.navbar-right > li > a:focus { 
    background-color: #3764CA;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
/*
  content: url(/img/icon-sort-up.svg);
  float: right;
  font-family: fontawesome;
  position: absolute;
*/
    position: absolute;
    background-image: url(/img/icon-sort-up.svg);
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    margin: 2px 0 4px 8px!important;
}
table.dataTable thead .sorting_desc:after {
/*
  content: url(/img/icon-sort-down.svg);
  float: right;
  font-family: fontawesome;
  position: absolute;
*/
    position: absolute;
    background-image: url(/img/icon-sort-down.svg);
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    margin: 2px 0 4px 8px!important;
}
table.dataTable thead .sorting:after {
/*
  content: url(/img/icon-sort.svg);
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
  position: absolute;
*/
    position: absolute;
    background-image: url(/img/icon-sort.svg);
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    margin: 2px 0 4px 8px!important;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.panel.panel-primary > a {
  color: #337AB7;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    text-align: right!important;
  }
}
.fa-dot{
  height: 6px;
  width: 6px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  /*margin-left: 16px;*/
}
table.dataTable td.text-middle{
  vertical-align: middle;
}
.list-inline > li > a{
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.list-inline > li.active > a{
    color:#3764CA;
    text-decoration: none;
}
.list-inline > li > a:hover{
    color:#5C85D6;
    text-decoration: none;
}
.list-inline > li > a:focus{
    color:#2446A3;
    text-decoration: none;
}
.list-inline > li{
    border-bottom: solid #fff 2px;
    padding: 12px; 
}
li.active{
    border-bottom: solid #3764CA 2px;
}
/*
.list-inline > li:hover, .list-inline > li:focus{
    border-bottom: solid #40a9ff;
}
*/
.btn-default.active{
    color: #3764CA;
    background-color: #fff;
    border-color: #3764CA;
}
.btn-default:active:hover, .btn-default.active:hover{
    color: #5C85D6;
    background-color: #fff;
    border-color: #5C85D6;
}
.form-control{
    display: inline;
}
.modal-dialog.modal-sm{
    z-index: 1;
    padding-bottom: 24px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .6rem 1.5rem;
    clear: both;
    color: rgba(0, 0, 0, 0.65);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    background-color: #f0f7ff;
}
#roleSelect{
    border: 0;
}
.icon-hide {
    display: none;
}   
.edit-icon {
    padding: 8px;
}
.edit-block:hover + .icon-hide, .edit-icon:hover {
    display: inline;
}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.4em 0em;
    margin: 4px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: rgba(0, 0, 0, 0.65);
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button:hover, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button:active {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #3764ca;
    color: #fff!important;
    border: none;
}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled{
    display:none;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.expiry-note{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.65);
}
.custom-search-form {
  display: inline-table;
}
.custom-search-form .input-group{
  padding-bottom: 14px;
}
.custom-search-form #search_key {
  margin-bottom: -6px;
}
#search-form .form-control{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 2px;
}
.btn-default {
    color: rgba(0, 0, 0, 0.65);
}
.btn-default:hover {
    color: #5C85D6;
    border-color: #5C85D6;
}
.edit-block {
  position: relative;
}
.modal-expiry {
    position: absolute;
    margin: 10px;
    left: -200px;
}
#search-btn {
    margin-bottom: 14px;
}
#search-btn img{
    padding-bottom: 2px;
}
#export-user-btn{
    margin: 4px 0 0 8px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after {
    float: initial;
    margin: 4px 8px;
}
.btn-group.btn-top-align {
    vertical-align: top;
}
.tooltip-inner{
    text-align: left;
    max-width: inherit;
    width: inherit;
}
.ui-tooltip-content {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.ui-tooltip .arrow {
    bottom: 0;
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.ui-tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    /*border-top-color: #000!important;*/
}
#ui-datepicker-div {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.25);
}
.mo-tab > .btn{
    border-radius: 0px;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: 0px!important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd!important;
}
.dataTables_wrapper .dataTables_paginate {
    padding-bottom: 24px;
}
.fa-ellipsis-h:before {
    color: rgba(0, 0, 0, 0.65);
}
.title-name{
    overflow: hidden;
    display: inline-block;
}

/* ant design css*/
.ant-spin {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: absolute;
	display: none;
	color: #1890ff;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
	transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
	transition: transform .3s cubic-bezier(.78, .14, .15, .86);
	transition: transform .3s cubic-bezier(.78, .14, .15, .86), -webkit-transform .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-spin-spinning {
	position: static;
	display: inline-block;
	opacity: 1
}

.ant-spin-nested-loading {
	position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 400px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-top: 5px;
	text-shadow: 0 1px 2px #fff
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
	margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
	margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
	padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
	margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
	margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
	padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
	margin-top: -26px
}

.ant-spin-container {
	position: relative;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.ant-spin-container:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none\9;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	content: "";
	pointer-events: none
}

.ant-spin-blur {
	clear: both;
	overflow: hidden;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.ant-spin-blur:after {
	opacity: .4;
	pointer-events: auto
}

.ant-spin-tip {
	color: rgba(0, 0, 0, .45)
}

.ant-spin-dot {
	position: relative;
	display: inline-block;
	font-size: 20px;
	width: 1em;
	height: 1em
}

.ant-spin-dot-item {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #1890ff;
	border-radius: 100%;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: .3;
	-webkit-animation: antSpinMove 1s linear infinite alternate;
	animation: antSpinMove 1s linear infinite alternate
}

.ant-spin-dot-item:first-child {
	top: 0;
	left: 0
}

.ant-spin-dot-item:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.ant-spin-dot-item:nth-child(3) {
	right: 0;
	bottom: 0;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.ant-spin-dot-item:nth-child(4) {
	bottom: 0;
	left: 0;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.ant-spin-dot-spin {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: antRotate 1.2s linear infinite;
	animation: antRotate 1.2s linear infinite
}

.ant-spin-sm .ant-spin-dot {
	font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
	width: 6px;
	height: 6px
}

.ant-spin-lg .ant-spin-dot {
	font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
	width: 14px;
	height: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
	display: block
}

@media(-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.ant-spin-blur {
		background: #fff;
		opacity: .5
	}
}

@-webkit-keyframes antSpinMove {
	to {
		opacity: 1
	}
}

@keyframes antSpinMove {
	to {
		opacity: 1
	}
}

@-webkit-keyframes antRotate {
	to {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
}

@keyframes antRotate {
	to {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
}

.ant-spin-rtl {
	direction: rtl
}

.ant-spin-rtl .ant-spin-dot-spin {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation-name: antRotateRtl;
	animation-name: antRotateRtl
}

@-webkit-keyframes antRotateRtl {
	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes antRotateRtl {
	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}
.invoices-table{
    display:none;
}

.input-group-append{
    margin-left: -1px;
    right: 0;
    position: absolute;
    z-index: 3;
    padding: 7px 12px;
}

.input-group-text > .fa-search {
    color: #999;
}

.editbox{
    border: 0;
    background: rgba(0,0,0,0);
}

.adv-form{
    display:none;
}
