html,
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #fafafa;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #03a9f0;
  font-size: 14px !important;
}
@font-face { font-family: Newfont; src: url('helveticaneue-roman.OTF'); } 

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
2430
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: auto;
  position: relative;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (max-width: 768px) {

.sparkline13-graph .fixed-table-toolbar .search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 34px;
    float: right !important;
    width: 95px;
}

.coltwoheading {
    border: 1px solid #c2c2c2;
    margin: 0 0 0 15px !important;
    width: auto !important;
    padding: 0;
    padding-bottom: 0 !important;
}.coltwo {
    border: 1px solid #c2c2c2;
    margin: 0 0 3% 15px;
    width: auto !important;
    min-height: 35vh;
}.coltwo2 {
    border: 1px solid #c2c2c2;
    margin: 0 0 3% 15px;
    width: auto !important;
    min-height: 69vh;
    padding: 0;
}
/*.pagecount {
    position: absolute;
    top: 18px;
    font-size: 15px;
    color: #012b7f;
    left: -276px;
    height: 37px;
}*/
.closeedit {
    float: right;
    font-size: 16px;
    margin: 2px 50px 0 0 !important;
    cursor: pointer;
}

  .sparkline13-graph .fixed-table-toolbar .search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 34px;
    float: right !important;
  }
  .headingtop {
    padding: 6px 1% 6px 1%;
    float: left;
    margin: 6px 16px;
    width: 80%;
    font-size: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
  }
  .activelist {
    position: absolute;
    left: 0;
    top: 62px;
  }
  .editpagemain {
    height: auto !important;
    position: relative;
  }

  .drawer-content {
    width: 400px;
    margin-right: -500px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%;
  }

  .tab {
    float: left !important;
    height: auto !important;
    padding: 0% 0 0 0 !important;
  }

  .page-wrapper.toggled .page-content {
    padding-left: 260px;
  }
}

@media screen and (min-width: 500px) {


.sparkline13-graph .fixed-table-toolbar .search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;0
    margin-right: 5px;
    line-height: 34px;
    float: right !important;
    width: 95px;
}

  .fixed-table-toolbar {
    padding: 0 0;
    float: right;
    width: 55%;
  }
  .tab {
    float: left !important;
    height: auto !important;
    padding: 0% 0 0 0 !important;
  }

  .page-wrapper.toggled .page-content {
    padding-left: 260px;
  }
}

.viewtablepage thead td {

  padding: 1% 8px;
  background: #012b7f;
  border-bottom: 1px solid #c2c2c2;
  color: #fff;
  font-weight: bold;

}
.viewtablepage td {
padding: 1% 8px;
background: #eceaea;
border-bottom: 1px solid #c2c2c2;
color: #333;
font-weight: 600;
}
@media screen and (max-width: 360px) {

.sparkline13-graph .fixed-table-toolbar .search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 34px;
    float: right !important;
    width: 95px;
}

}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
  font-size: 14px;
  z-index: 10;
  background: blue;
  color: #fff;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
  font-size: 14px;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
  font-size: 14px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 14px;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

.drawer-contentold {
  width: 93.6%;
  margin-top: -500px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
  height: 100%;
  height: auto !important;
  /*    overflow: auto;*/
}

.drawer-contentnew {
  width: 600px;
  margin-right: -500px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
  height: 100%;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 0;
}

.page-wrapper .page-content > div {
  padding: 0 1% 0 0;
  height: 91vh;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ff6319;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff6319;
}
::-webkit-scrollbar-thumb:active {
  background: #ff6319;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
  background: #32508c;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #ffffff;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #fff;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
  .sidebar-wrapper
  .sidebar-dropdown
  .sidebar-submenu
  li
  a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

/*.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}
*/
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #ffffff;
}

.chiller-theme .sidebar-footer {
  background: #32508c;
  box-shadow: 0px -1px 5px #282c338c;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}

.h2,
h2 {
  font-size: 2rem;
}

.fixed-table-toolbar {
  padding: 0 0;
  float: right;
}

.fixed-table-pagination {
  padding: 0 0;
  position: relative;
}

.reportstbl .col-sm-12 {
  padding: 0;
  margin: 0;
}

.reportstbl .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  padding: 3px;
  font-size: 12px;
  border:1px #1e2c31 solid

}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
  font-size: 13px;
  font-weight: bold;
}

.reportstbl .dataTables_length {
  display: none;
}

.reportstbl .dataTables_filter {
  display: none;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  white-space: nowrap;
}

.sparkline13-graph .fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 34px;
  float: left !important;
}

.sparkline13-graph .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 34px;
  float: right !important;
}

.reportstbl .dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
  display: none;
}

.reportstbl .dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  display: none;
}

.reportstbl .dataTables_filter {
  display: none;
}

/*table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 1px;
  display: block;
  opacity: 1;
}

.markdown table thead th,
.table thead th {
  background: #fdfdfd;
  border-width: 1px;
  font-size: 0.7333rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #7c7c7c;
}*/

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fixed-table-pagination .pagination-info {
  line-height: 0;
  margin-right: 5px;
  float: right;
  font-size: 12px;
  margin-left: 9px
}

.fixed-table-pagination .page-list {
  display: inline-flex;
  font-size: 12px;
}

.posted-content {
  border-radius: 4px;
  border-color: #e7e7e7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*    max-width: 1140px;*/
  background-color: #ffffff;
  margin-bottom: 0px;
  vertical-align: middle;
  padding: 0 0;
}

.country {
  color: @brand-success;
  font-weight: bold;
}

.comment-action {
  color: #79858a;
}

.comment-count > a {
  text-decoration: none;
}

.comment-count > a:hover {
  color: #d9534f !important;
}
.container-fluid .centered-vertically {
  display: flex;
  align-items: center;
  display: none;
}

/*Checkbox*/

.checkboxcontainer input {
  display: none;
}

.checkboxcontainer {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.keep-open .dropdown-menu li:first-child .checkboxcontainer {
  display: none;
}

.keep-open .dropdown-menu li:first-child input {
  display: none;
}

.keep-open .dropdown-menu li:first-child .checkboxcontainer .checkmark {
  display: none;
}

.keep-open .dropdown-menu li:first-child {
  display: none;
}

.checkboxcontainer .checkmark {
  /*display: inline-block;
  width: 15px;
  height: 16px;
  background: white;
  position: absolute;
  left: 40px;
  top: -5px;
  border: 1px solid black;*/
  display: inline-block;
    width: 15px;
    height: 16px;
    background: #ffffff;
    position: absolute;
    left: 40px;
    top: -5px;
    border: 1px #939191b5 solid;
}
 td >.checkboxcontainer .checkmark {
left:43px;
}
.checkboxcontainer input:checked + .checkmark {
  background-color: #1390e5;
  border: 1px solid #1390e5;
}

.checkboxcontainer input:indeterminate + .checkmark {
  background-color: #1390e5;
  border: 1px solid #1390e5;
}

.checkboxcontainer input:checked + .checkmark:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 9px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkboxcontainer input:checked:disabled + .checkmark {
  border: 1px solid grey;
  background-color: grey;
}

.checkboxcontainer input:disabled + .checkmark {
  border: 1px solid grey;
}

.checkboxcontainer input:indeterminate + .checkmark:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
/*Checkbox*/

#myModal1 .close {
  margin-top: -3px;
  position: absolute;
  z-index: 999;
  top: 5%;
  cursor: pointer;
}
.headingnew {
  position:relative;
  z-index: 1;
  padding-right: 0;
  background-color: #FF6319 !important;
  padding: 0;
  height: auto;
  height: 29px;
  font-weight: bold !important;
  margin-top: -6px;
  cursor:pointer;
}
.headingnew:hover{
  color:#FFF !important;
}
.btn-info {
  border: none !important;
}
.headingstyle {
  position: absolute;
    top: 1px;
    color: #fff;
    font-weight: 600;
    /* background-image: linear-gradient(to right, #fb7d12 , #d43c43); */
    padding: 4px;
    left: 0px;
    width:100%;
    z-index: 0;
    
    padding-left: 2rem;
}

/* .headingtop {
  padding: 6px 1% 0px 0%;
    float: left;
    margin: 0px auto;
    width: 95.9%;
    font-size: 18px;
    position: relative;
    z-index: 10;
    color: #df5442;
    top: 0.2rem;
    left: 1rem;
    cursor: pointer;
} */
.headingtop {
  padding: 6px 0% 0px 0%;
    float: left;
    margin: 0px auto;
    width:100%;
    font-size: 18px;
    z-index: 10;
    color: #df5442;
    background-color: #002776;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
   
  /* margin-left: 1.1rem; */
}

.comment-count {
  padding: 1% 0 !important;
}

.common .container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.common .form-group {
  padding-right: 0;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
 /* margin-bottom: 10px;*/
  line-height: 34px;
  border: 1px solid #e4e4e4;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  /*line-height: 1.5;*/
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.activelist {
  position: absolute;
  top: 2%;
  left: 1%;
}

.distributormain .activelist {
  position: absolute;
  top: 8%;
  left: 1%;
  min-width: 115px;
}

.activelistcolor {
  background-color: #012b7f !important;
  border-color: #012b7f !important;
  font-family: inherit;
}

.iconcolor {
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  margin: 37% 6% 0 6%;
}

.list-inline-item {
  display: inline-block;
}
/*
.list-inline li.header {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 15px 12px;
  position: relative;
}
*/
.list-inline li.header {
  color: #002776;
  font-size: 14px;
  text-transform: capitalize;
  padding: 20px 15px 12px;
  position: relative;
  font-weight: 800;
}
.imagsizefirst {
  width: 24%;
  position: absolute;
  left: -9px;
}

.imagsizelast {
  width: 20%;
  /* display: none; */
  position: absolute;
  left: -4px;
}

.imagsizesecond {
  width: 17%;
  /* display: none; */
  position: absolute;
  left: -4px;
}
/*
.list-inline li a {
  display: block;
  padding: 3px 0px;
  color: #777666;
  white-space: nowrap;
}*/
.list-inline li a{
display: block;
    padding: 3px 0px;
    color: #333333;
    /* white-space: nowrap; */
    font-weight: 600;
}
.list-inline li a:hover{
	color:#e35432 ;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.quik-add .list-inline,
.shortcut-options {
  white-space: nowrap;
}

.quik-add .list-inline > li {
  vertical-align: top;
  float: left;
}

.imgsize {
  width: 5%;
}

.imgsize {
  width: 16%;
  /* display: none; */
  position: absolute;
  left: -6px;
}

.megamenu-li {
  position: static;
}



.quik-add .list-inline {
  padding-left: 0;
  margin-left: 23px !important;
  list-style: none;
  margin-top: -5px !important;
}


/* .megamenu {
  position: absolute;
  width: 625px;
  top: 26px !important;
  left: 0 !important;
  margin: 0;
  padding: 0;
  transform: translate3d(-115px, 24px, 0) !important;
  height: 41vh;
} */
.megamenu {
  position: absolute;
  
  top: 0.2rem;
  left: 0rem !important;
  margin: 0;
  padding: 0;
  transform: translate3d(-115px, 24px, 0) !important;
  height: 41vh;
}
.megamenu {
	 width: 645px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
  float: right;
  display: inline-block;
}

.megamenu-li {
  position: relative;
  padding: 0 0 0 10px;
  float: left;
  /* right: 1rem; */
  margin-top: 2rem;
  right:7rem;
  /* right:0; */

}

.commonul h5 {
  background: #f0f0f0;
  padding: 3% 0 3% 1%;
  line-height: 0;
  color: #999;
  margin: 0;
  float: left;
  width: 100%;
}
.sparkline13-list.shadow-reset.reportstbl {
  background: #fff;
    height: auto;
  float: left;
  width: 100%;
  position: relative;
  /* box-shadow: 0 4px 4px 4px rgb(144 148 157 / 42%); */
  box-shadow: 1px 3px 4px 1px #6c6f70;
  margin: 0px auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;

}
.viewpagemain {
  height: 81vh;
}
.dis{
  border-style:hidden; background:#f5f3f1;text-transform:uppercase;
}
.productico {
  width: 160%;
  margin: 1% 3% 4% -27%;
}

.bootstrap-table {
  width: 99%;
  overflow: inherit;
  padding:0 10px;
}

.autoalgn {
  padding: 0 !important;
  margin: 0 !important;
  /* background: #c2c2c2; */
}

.displaypro:hover {
  background: #fff7e5;
  cursor: pointer;
}

.displaypro {
  text-align: center;
  margin: 1% 0 3% 2%;
  width: 18% !important;
}

#drawer {
  /* position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden; */
  /*    background: #00000030;
    float: left;
    width: 100%;*/
}
.btn-group{
  position: relative !important;
  
    border: none !important;
    box-shadow: none;
    right: 0.3rem;

    
}
#drawer > div {
  height: 100%;
}
#drawer-handle {
  cursor: pointer;
  margin: 7px 0 0 77px !important; 
}
#drawer-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  padding: 2px;
}
#drawer-content {
  margin-top: 0 !important;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
  height: 100%;
  /* box-shadow: 0 14px 12px 6px #9999999e;*/
}
#drawer-content > p {
  padding: 0 4% 0 4%;
}

#drawer-handle2 {
  cursor: pointer;
}
#drawer-handle2:after {
  content: "";
  position: absolute;
  top: 50%;
  padding: 2px;
}
#drawer-content2 {
  width: 505px;
  margin-top: -500px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
}
#drawer-content2 > p {
  padding: 0 4% 0 4%;
}
.close {
  /* position: absolute; */
  /* right: 15px; */
  /* top: 21%; */
  /* width: 20px; */
  /* height: 20px; */
  opacity: 1;
  float: right;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  right: 26px;
  content: " ";
  height: 15px;
  width: 4px;
  background-color: #333;
  top: 10px;
}
.close:before {
  transform: rotate(45deg);
}
.Heading-slidefliter {
  position: relative;
margin-top:15px;
}
.close:after {
  transform: rotate(-45deg);
}

.Heading-slide h1 {
  font-size: 16px;
  padding: 3% 3%;
  background: #fff9f9;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 500;
  margin: 0;
}

.Activites {
  padding: 0;
}

.profile-information.editform {
  overflow: auto;
  height: 90vh;
  padding: 0 0 12% 0;
}

.reportheading {
  font-size: 16px;
  padding: 0 0 0 13px;
}

.pagecount {
    /* position: absolute; */
    /* bottom: 0; */
    font-size: 15px;
    color: #012b7f;
}

.dualcol {
  margin: 2% 0 0 0;
}

.profile-information input {
  margin: 0 0 1% 0%;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  height: 27px;
  font-size: 12px;
}

.tranparent {
  display: block;
  margin-top: 0px !important;
  position: absolute;
  left: -0.5%;
  top: -541px;
  height: 85vh;
  width: 99.5%;
  z-index: 100;
}

.btnbottom {
  padding: 0 0 0 0;
  float: right !important;
  text-align: end;
}

.radius-icon {
  position: absolute;
  bottom: 45px;
  background: #fff9f9;
  padding: 3% 1%;
  border-top: 1px solid #c2c2c2;
  width: 100%;
  left: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  min-width: 100px;
}

.fixed-table-container thead th .sortable {
  cursor: auto;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
  font-size: 14px;
}

.fixed-table-container {
  position: relative;
  clear: both;
  border: transparent !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 15px;
}

.btncolor {
  background: #ff6319;
  min-width: 100px;
  max-width: 100%;
  font-family: inherit;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  padding: 2px 9px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0a3082;
  border-color: #0a3082;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 23px !important;
}

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  border-left: none;
  border-right: none;
  text-align: left;
}

.autostyle {
  padding: 0;
  margin: 0;
}

/*.pagefirst {
  margin: 0 0 0 -221% !important;
}
*/
.fixed-table-pagination .pagination a {
  padding: 0 3px;
  line-height: 0.25;
  font-size: 25px;
  font-weight: bold;
  height: auto;
}

.pagecount {
  padding: 5px 5px 3px 5px;
  z-index: 20;
  cursor: pointer;
}

.dropmain {
  margin: 0 0 3% 3%;
}

.drodownselect {
  min-width: 182px;
  margin: 0 0 1% 0;
}

.imgactive {
  background: url(../../dist/img/tick.png) no-repeat Left center #b1b1b100;
  background-repeat: no-repeat;
  width: 13% !important;
  background-position: 2% 66%;
  z-index: 999999;
  width: 100% !important;
}

.paginationnew {
/*    position: absolute;
    right: 12px;
    top: 13px;*/
    /* float: right;*/
}.pagination > li {
    display: inline;
    padding: 0 5px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 !important;
    border-radius: 4px;
}
i.glyphicon.glyphicon-collapse-down.icon-chevron-down {
  display: none;
}

.autostyle {
  padding: 0;
  margin: 0;
}

.rowtablemain {
  float: left;
  width: 98.9%;
  padding: 0;
  margin: 0;
}

/* Style the tab */
.tab {
  float: left;
  height: 300px;
  padding: 15% 0 0 0;
}

/* Style the buttons inside the tab */
.tab .tablinks {
  display: block;
  background-color: inherit;
  color: black;
  padding: 7px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  font-family: inherit;
}

/* Change background color of buttons on hover */
.tab .tablinks:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab .tablinks.active {
  background-color: #fff7e5;
  box-shadow: inset 3px 0 0 0 #ffa800;
}
.date {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 0 !important;
  width: 30%;
  margin: 0 auto;
  text-align: left;
}
/* Style the tab content */
.tabcontent {
  float: left;
  border: 1px solid #ccc;
  height: 70vh;
  overflow: auto;
  padding: 0 0 24% 0;
}

.feildinsidetab {
  padding: 2% 5%;
}

.formmain {
  margin: 2% 0 1% -15px;
}

.newitem {
  position: relative;
}

.newitem > div > .chk > .addNew {
  visibility: hidden;
  position: absolute;
  right: 5%;
  top: 24%;
  z-index: 999;
}

.newitem:hover > div > .chk > .addNew,
.newitem:focus > div > .chk > .addNew {
  visibility: visible;
}

.radius-iconfliter {
  width: 100%;
  margin: 5% 0 0 0;
  float: left;
}

.editactivitesfilter {
  padding: 0% 0% !important;
  height: 69vh;
  overflow: auto;
}

.bootstrap-duallistbox-container.row.moveonselect.moveondoubleclick {
  margin: 1% 0 0 0;
}

#container {
  position: relative;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #002776;
    margin: 0 10px;
    padding: 0.35em 0.625em 0.75em;
    padding-bottom: 0;
    margin-bottom: 20px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
  width: 100%;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.brandselect .ms-options-wrap > .ms-options {
  position: absolute;
  left: 15px;
  width: 93%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
  min-height: 145px !important;
  max-height: 150px !important;
}

.Heading-slidefliter h1 {
  font-size: 16px;
  padding: 10px 1%;
 /* background: #fff9f9;*/
  border-bottom: 1px solid #c2c2c2;
  font-weight: 500;
  margin: 0;
  background-image: linear-gradient(to right, #fb7d12 , #d43c43) !important;
  color:#fff;
  font-weight: 700;
}

.closenew {
  position: absolute;
  right: 62px;
  top: 28px;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.tranparentnew {
  height: 100vh !important;
  overflow: auto;
  padding: 1% 3% !important;
  background: transparent !important;
  right: -42px;
  top: 11%;
}

.feildinsidetab .ms-options-wrap > .ms-options {
  position: absolute;
  left: 16px;
  width: 86%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
  min-height: 145px !important;
  max-height: 150px !important;
}

.feildinsidetab select {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding: 0;
}

table h4,
.h4 {
  font-size: 12px;
}

.headingpop {
  background: #eee;
  font-weight: 500;
  margin: 0 0 16px;
  padding: 8px;
  text-transform: uppercase;
}

.Heading-slide {
  float: left;
  width: 100%;
  margin: 0 0 -5px 0;
}

.headingpop h3 {
  font-size: 12px;
  margin: 3px;
}

.toparrow {
  position: absolute;
  left: -9%;
  font-size: 20px;
  background: #fff;
  padding: 2% 0 2% 2%;
  top: 5px;
  border-right: transparent;
  cursor: pointer;
  width: 100px;
}

.hidetabs {
  display: none;
}

.showtabs {
  display: block;
}

.form-selectmaster
  > .ms-options-wrap
  > .ms-options
  > ul
  input[type="checkbox"] {
  display: none !important;
}

.drawer-contentreptort {
  width: 600px;
  margin-right: -500px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
  height: 100%;
}

.tabcontent input {
  overflow: visible;
  height: auto;
  font-size: 12px;
  margin: 0 0 2% 0;
  font-weight: 400;
  font-family: inherit;
  padding: 5px 5px;
  width: 175px !important;
}

.drawer-content {
  width: 600px !important;
  margin-right: -500px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
  height: 100%;
}

/*go to top*/
#gotoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 8px 1%;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
}

#gotoTop:hover {
  background-color: #0094c4;
  color: #fff;
}
/*go to top*/

.closesubtable {
  cursor: pointer;
  width: 25%;
}

.mb-2,
.my-2 {
  margin-bottom: 0 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.tablediv2 {
  display: block;
  height: 54vh;
  overflow: scroll;
}

.tablediv2 td {
  width: 150px;
  font-weight: bold;
  text-align: center;
  height: 15px;
}

.tablediv12 th {
  width: 150px;
  font-weight: bold;
  text-align: center;
  background: #e6e7e8;
  color: #9e7c7c;
  font-size: 13px;
  height: 20px;
}

.tablediv12 td {
  width: 150px;
  font-weight: bold;
  text-align: center;
  height: 10px;
}

.tablediv2 th {
  width: 150px;
  font-weight: bold;
  text-align: center;
  background: #e6e7e8;
  color: #9e7c7c;
  font-size: 13px;
  height: 10px;
}

#dataTable1 {
  width: 100%;
  margin: 2% auto;
  height: 100px;
  overflow: auto;
}

.tablesecond {
  width: 93% !important;
  margin: 2% 0 0 4% !important;
}

.modal-dialog {
  max-width: 1000px;
  margin: 0 auto;
}

.closemodal:before,
.closemodal:after {
  position: absolute;
  left: -4px;
  content: " ";
  height: 15px;
  width: 4px;
  background-color: #333;
}

.autostyle {
  padding: 0;
  
  font-size: 14px;
 
}

.scroll-y {
  height: auto;
  overflow: auto;
}
.distHeadername{
  /*background: #012b7f !important;*/
  background-image: linear-gradient(to right, #fb7d12 , #d43c43);
}
.coldiv {
  padding: 0;
}

.items-label {
  font-weight: 500;
}

.font-medium {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.btntopview {
  padding: 3px 4px 3px 10px !important;
  margin: 4% 0 0 0 !important;
}

.panel-defaultview {
  border-color: #fff;
  width: 100% !important;
  float: left;
  padding: 3px;
}

.panel-defaultview .bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 95% !important;
  background: #012b7f;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

.panel-defaultview .secondheading {
  float: right;
  font-size: 17px;
  margin: 0 35% 0 0;
}

.group label {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  min-width: 137px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.custom-datatable-overright table tbody tr .tablecentertd {
  padding-left: 0 !important;
  padding-right: 5px !important;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

.input-groupnew {
  position: absolute;
  display: table;
  border-collapse: separate;
  margin: -16% 3% 5px 0;
  float: right;
  z-index: 0;
}

.search form {
  height: 10px;
  width: 625px;
}

.btnnearalign {
  margin: 0 7px 0 0 !important;
}

.btnrow {
  position:relative;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  float: right;
  
  right: 0;
  padding: 0px;
  z-index:1;
  margin-top: 6rem !important;
  margin-right: 1.19rem !important;

}

.textareacust {
  height: 49px !important;
}

.btncolorpage {
  background: #ff6319;
  min-width: 100px;
  max-width: 40%;
  font-family: inherit;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  padding: 2px 9px;
  float: right;
  border-top-right-radius: 16px !important;
  margin-left: 2rem !important;
  position: relative;
    top: 0.4rem;
}

.item-details-page textarea {
  overflow: auto;
  height: 50px;
  margin: 0 0 0 0;
  resize: none;
  padding-left: 10px;
}
/*
.disabled {
  border: none !important;
  padding: 0;
  margin: 0 !important;
  font-family: inherit;
  font-size: 14px;
  appearance: none;
  cursor: none;
  pointer-events: none;
  padding-left: 10px;
}
*/
.disabled {
  background: #f2f2f2 !important;
  
    text-transform: uppercase;
    border: none !important;
  padding: 0;
  margin: 0 !important;
  font-family: inherit;
  font-size: 14px;
  appearance: none;
  cursor: none;
  pointer-events: none;
  padding-left: 6px !important; 
}
.pagebg{
  background:#fff !important;
}
.disabled-input{
  background: #f5f3f1 !important;
    text-transform: uppercase;
    border: none !important;
  padding: 0;
  margin: 0 !important;
  font-family: inherit;
  font-size: 14px;
  appearance: none;
  cursor: none;
  pointer-events: none;
  padding-left: 10px;
}

.statusminproduct {
  min-width: 160px;
  width: 55%;
}

.borderstyle {
  border-left: 1px solid #c2c2c2;
  height: auto;
  background-color:#fff ;
}
.editpagemain{
  background-color:#fff;
}
.tranparentdiv {
  position: fixed;
  top: 60%;
  z-index: 1040;
  /* background-color: #0000006b; */
  right: 1%;
  bottom: 0;
  left: 0;
}

.custom-datatable-overright table tbody tr .tablecentertd1 {
  padding-left: 0 !important;
  padding-right: 5px !important;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 43%;
  top: 20%;
  font-size: 18px;
}

.radius-iconfliterbottom {
  width: 100%;
  margin: 0% 0 0 0;
  float: left;
}

.dropdowndiv {
  width: 1500px;
}

.alignentpadding {
  padding: 1% 2%;
  float: left;
  width: 15%;
}

.editactivitesfilterdiv {
  padding: 0% 0% !important;
  height: 23vh;
  overflow: auto;
  background: #fff;
}

.contentolddiv {
  width: 93.6%;
  margin-top: -500px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  float: right !important;
  height: 100%;
  height: 20vh !important;
  /* overflow: auto; */
}

.panel-defaultnew {
  border-color: #fff;
  width: 100% !important;
  float: left;
  padding: 3px;
}

.panel-defaultv2 {
  border-color: #fff;
  width: 100% !important;
  float: left;
  padding: 3px;
}

.item-details-page {
  padding: 0;
  font-family: inherit;
  font-weight: normal;
  float: left;
  height: auto;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden !important;
}

.closealign {
  margin: 0 0 0 25%;
}

.tablealign {
  margin: 0 0 0 10%;
}

.statusmin {
  min-width: 160px;
  width: 100%;
}

.tabeldiv select {
  text-transform: none;
  height: 41px !important;
  width: 100% !important;
}

.tabeldiv input[type="text"] {
  overflow: visible;
  height: auto !important;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
}

.item-details-page .group {
  padding-bottom: 10px;
  padding-top: 0;
}

.pb-3,
.py-3 {
  padding-bottom: 10px !important;
}

.topgrad {
  background-color: #66afe9;
  left: 0;
  right: 0;
  position: absolute;
}

.btnalignment {
  margin: 10% 10% 10% 10%;
  z-index: 9999;
  display: none;
}

.editpagemain {
  height: auto !important;
  position: relative;
  background-color: #fff !important;
}

.view {
  display: block !important;
}

.hidden {
  display: none !important;
}

.activelistview {
  width: 32%;
  padding: 2% 0 3% 3%;
}

.list-header .list-title {
  margin-right: 46%;
}

.closeedit {
  float: right;
 /* font-size: 16px;*/
  margin: 0px 10px 0 0;
  cursor: pointer;
}

.viewtablepage {
    width: 100%;
    margin: 0 0 0 0;
    padding: 1% 0 0 0;
}

.input-groupnewdrop {
  position: absolute;
  display: table;
  border-collapse: separate;
  /* margin: 2% 0 0 49%; */
  /* float: right; */
  top: -2px;
  left: 86%;
}

.distributormain {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(123, 126, 136, 0.24);
  border-radius: 3px;
  height: auto;
  margin: 0% 0 0 0;
  float: left;
  width: 100%;
}

.closeview {
  float: right;
  padding: 0 12px 0 0;
  cursor: pointer;
}
.viewtablepage thead td {

  padding: 1% 0px;
  background: #012b7f;
  border-bottom: 1px solid #c2c2c2;
  color: #fff;
  font-weight: bold;

}
.viewtablepage td {
padding: 1% 8px;
background: #eceaea;
border-bottom: 1px solid #c2c2c2;
color: #333;
font-weight: 600;
}
/*
.viewtablepage td {
    padding: 1% 8px;
    background: #fff;
    border-bottom: 1px solid #c2c2c2;
}
.viewtablepage th {
    padding: 1% 8px;
    background: #ebebeb;
    border-bottom: 1px solid #c2c2c2;
}*/
.pagemain h2 {
  /*font-size: 15px;
  padding: 1% 0 1% 1%;
  padding:0.3% 0 0.3% 3%;
  */
  font-size:1.3rem;
  padding: 0.55% 0 0.3% 2.4%;
 /* background: #012b7f !important;*/
  color: #fff !important;
  text-align: left;
  font-weight:600;
  background: #ff6319 !important;
}
.reportheading{
  margin-bottom: 0;
    padding-bottom: 0;
    background-color: #002776 !important;
    line-height: 2.3rem;
    /* position: relative; */
    /* bottom: 0rem; */
    padding-top: 3px;
}
 h4{
  font-size: 19px;
  /*padding: 1% 0 1% 1%;*/
  padding:0.3% 0 0.3% 2.95%;
 /* background: #012b7f !important;*/
  color: #012b7f  !important;
  text-align: left;
  font-weight: bold;
}
.coltwo2 h2 {
  font-size: 16px;
  padding: 1% 0 1% 1%;
  background: #d2d2d2 !important;
  color: #000 !important;
}
.pagemain {
  word-wrap: break-word;
  /*background-color: #fff;*/
  background-color: #fff;

  background-clip: border-box;
  border: 1px solid rgba(123, 126, 136, 0.24);
  border-radius: 3px;
  height: auto;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}

.pull-left {
  float: left;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  height: 30vh;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(123, 126, 136, 0.24);
  border-radius: 3px;
  height: auto;
  margin: 0 !important;
  z-index:1;
}

.fa,
.fas {
  font-weight: 900;
  cursor: pointer;
  z-index: 10;
}

/*tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 82px;
  background-color: #fafafa;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
  left: -31px;
  top: 23px;
  font-size: 13px;
  border: 1px solid #c2c2c2;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip {
  float: left;
  z-index: 10;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  opacity: 1;
}
/*tooltip*/

.div-mainview {
  padding: 2% 3% 1% 1%;
}

.valueshow {
  padding: 0% 0 1% 4%;
  border: none;
  font-family: inherit;
  font-size: 15px;
  outline: 0;
}

.filterbtn {
  background: #ffb31a;
  min-width: 42px;
  max-width: 100%;
  font-family: inherit;
  font-weight: bold;
  font-size: 10px;
}

.valueshowtext {
  padding: 2% 4%;
  font-family: inherit;
  font-size: 15px;
  border-radius: 2px;
}

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0;
  margin: 0;
}

.fa-exchange:before {
  content: "\f362";
}

.uploadicon a {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  height: 55vh !important;
  font-size: 15px !important;
}

.feedback {
  background-color: #fa7d2f;
  color: white;
  padding: 5px 10px;
  border-color: #ffb31a;
  border-radius: 50%;
  display: none;
}

#mybutton {
  position: fixed;
  bottom: 15%;
  right: 1%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.rightbtn {
  margin: 0 0 0 0;
}

.star {
  color: #f00;
  font-size: 14px;
}
.bordercss {
  background-color: #fff;
    border: 1px #8f8f9d solid !important;
}
.profile-information input {
  margin: 0 0 1% 0%;
  width: auto;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  height: 30px;
  font-size: 14px;
  font-family: inherit;
  /* color: #000; */
  font-weight: 600;
}

.accordion-heading .fa {
  background: #3a3f48;
  height: 30px;
  width: 30px;
  padding: 8px 0 0 7px;
  border-radius: 4px;
  margin: 0 5px 0 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff00;
  color: #fff;
}

.pull-right {
  float: right !important;
  text-align: end;
  
}

.textareacom {
  width: 100%;
  height: 75px;
  padding: 1% 0 0 0;
  font-size: 13px;
  resize: none;
}

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}
.files {
  position: relative;
  font-size: 13px;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input {
  background-color: #f1f1f1;
}
.files:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 50px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.templatebtn {
  margin: 5% 0 0 0;
  text-align: center;
}

.importfieldmain {
  padding: 1% 3%;
}

.textside {
  margin-left: 25px;
}

.navlogo img {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 60%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #ffffff;
  height: 60px;
  color: white;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #002776;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.inforide {
  box-shadow: 1px 2px 8px 0px #f1f1f1;
  background-color: white;
  border-radius: 8px;
  height: 125px;
}

.rideone img {
  width: 70%;
}

.ridetwo img {
  width: 60%;
}

.ridethree img {
  width: 50%;
}

.rideone {
  background-color: #6cc785;
  padding-top: 25px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  height: 125px;
  margin-left: 15px;
}

.ridetwo {
  background-color: #9a75fe;
  padding-top: 30px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  height: 125px;
  margin-left: 15px;
}

.ridethree {
  background-color: #4ebce5;
  padding-top: 35px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  height: 125px;
  margin-left: 15px;
}

.fontsty {
  margin-right: -15px;
}

.fontsty h2 {
  color: #6e6e6e;
  font-size: 35px;
  margin-top: 15px;
  text-align: right;
  margin-right: 30px;
}

.fontsty h4 {
  color: #6e6e6e;
  font-size: 25px;
  margin-top: 20px;
  text-align: right;
  margin-right: 30px;
}

.content-wrapper {
  min-height: calc(100vh - 56px);
  padding-top: 4rem;
  overflow-x: hidden;
  background: transparent;
}

#mainNav .navbar-collapse {
  overflow: auto;
  max-height: 75vh;
}

#mainNav .navbar-collapse .navbar-sidenav li:hover {
}

#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
  cursor: pointer;
}

#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
}

#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
  content: "\f105";
}

#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
  position: relative;
  min-width: 45px;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
  float: right;
  width: auto;
  content: "\f105";
  border: none;
  font-family: "FontAwesome";
}

#mainNav
  .navbar-collapse
  .navbar-nav
  > .nav-item.dropdown.show
  > .nav-link:after {
  content: "\f107";
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
  color: #868e96;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
  color: white;
}

#mainNav.navbar-dark
  .navbar-collapse
  .navbar-sidenav
  > .nav-item
  > .nav-link:hover {
  color: #d04153;
  border-radius: 30px;
  background-color: white;
}

#mainNav.navbar-dark
  .navbar-collapse
  .navbar-nav
  > .nav-item.dropdown
  > .nav-link:after {
  color: #d04153;
}

#mainNav.navbar-light
  .navbar-collapse
  .navbar-sidenav
  .nav-link-collapse:after {
  color: rgba(0, 0, 0, 0.5);
}

#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

#mainNav.navbar-light
  .navbar-collapse
  .navbar-sidenav
  > .nav-item
  > .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

#mainNav.navbar-light
  .navbar-collapse
  .navbar-nav
  > .nav-item.dropdown
  > .nav-link:after {
  color: rgba(0, 0, 0, 0.5);
}

body.sidenav-toggled .navbar-sidenav {
  width: 55px;
}

body.sidenav-toggled .navbar-sidenav .nav-link-text {
  display: none;
}

body.sidenav-toggled .navbar-sidenav .nav-item,
body.sidenav-toggled .navbar-sidenav .nav-link {
  width: 55px !important;
}

body.sidenav-toggled .navbar-sidenav .nav-item:after,
body.sidenav-toggled .navbar-sidenav .nav-link:after {
  display: none;
}

body.sidenav-toggled .navbar-sidenav .nav-item {
  white-space: nowrap;
}

/*Animate css*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*Animate css*/

.contentmain {
  margin-left: 0;
  transition: all 0.3s;
}

.itemdetailspageadd {
  padding: 0 0 0 0%;
  font-family: inherit;
  font-weight: normal;
  float: left;
  height: 73vh;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

.itemdetailspageadd .row {
  margin-right: 0;
  margin-left: 0;
}

.itemdetailspageadd textarea {
  overflow: auto;
  margin: 0 0 5% 0;
  width: 100%;
}

.itemdetailspageadd select {
  margin: 0 0 0 0;
  width: 100%;
}

.btnrowadd {
  position: absolute;
  bottom: 0;
  right: 2%;
  bottom: 2%;
}

.itemdetailspageadd .group label {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  min-width: 139px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.requirederror {
  color: #ff6319;
  font-weight: 600;
  font-size: 11px;
  margin: 0 0 0 0;
  float: left;
}

.itemdetailspageadd input[type="text"] {
  overflow: visible;
  height: 28px;
  font-size: 14px;
  margin: 0 0 2px 0px;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
}

.tablediv input[type="text"] {
  overflow: visible;
  height: auto !important;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
}

.tablediv select {
  height: 35px !important;
  margin: 0 !important;
  width: 100%;
}

.firstheading {
  float: left;
  font-size: 17px;
  margin: 0 0 0 30px;
}

.item-details-pageadd select {
  width: 100% !important;
}

.secondheading {
  float: right;
  font-size: 17px;
  margin: 0 89px 0 0;
}

.disabledtext {
  border: 1px solid #c2c2c2;
  padding: 0;
  margin: 0 !important;
  font-family: inherit;
  font-size: 14px;
}

.colorred {
  border: 1px solid red;
}

.reqError {
  color: #ff6319;
  font-weight: 600;
  font-size: 11px;
  margin: 0 0 0 0;
}

.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease;
}
.animate-menu-push.animate-menu-push-right {
  left: 200px;
}
.animate-menu-push.animate-menu-push-left {
  left: -200px;
}

.animate-menu {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  transition: all 0.3s ease;
}

.animate-menu-left {
  left: -200px;
}
.animate-menu-left.animate-menu-open {
  left: 0;
}

.animate-menu-right {
  right: -200px;
}
.animate-menu-right.animate-menu-open {
  right: 0;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #32508c;
  font-size: 14px;
  color: #ffff;
  font-weight: 400;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
  border-left: 3px solid transparent;
  color: #fff;
}
.sidebar-menu > li > a > .fa {
  width: 28px;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #fff;
  background: #4e76c5;
  border-left-color: #3c8dbc;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.sidebar-header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;
}
.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0 0;
  background: #0000002e;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 17px;
}
.sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  color: #8aa4af;
}
.sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
  color: #fff;
}

.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32;
}
.sidebar-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu-rtl > li > a {
  padding: 12px 15px 12px 5px;
  display: block;
  border-left: 3px solid transparent;
  color: #b8c7ce;
}
.sidebar-menu-rtl > li > a > .fa {
  width: 20px;
}
.sidebar-menu-rtl > li:hover > a,
.sidebar-menu-rtl > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #3c8dbc;
}
.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu-rtl li.sidebar-header {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226;
}
.sidebar-menu-rtl li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu-rtl li.active > a > .fa-angle-left {
  transform: rotate(-90deg);
}
.sidebar-menu-rtl li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu-rtl a {
  color: #b8c7ce;
  text-decoration: none;
}
.sidebar-menu-rtl .sidebar-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: #2c3b41;
}
.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
  padding-right: 20px;
}
.sidebar-menu-rtl .sidebar-submenu > li > a {
  padding: 5px 15px 5px 5px;
  display: block;
  font-size: 14px;
  color: #8aa4af;
}
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu-rtl .sidebar-submenu > li.active > a,
.sidebar-menu-rtl .sidebar-submenu > li > a:hover {
  color: #fff;
}

.Searchtop {
  margin: 9% 0 0 0;
}

.searchtext {
  width: 50% !important;
}

.indexing1:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.listicon li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.fa-circle-thin:before {
  content: "\f1db";
}

.textareaadd {
  height: 54px !important;
  margin: 0 0 5% 0 !important;
}

.mandatory {
  border: 1px solid red;
  font-size: 15px;
}

.hiddendeletebtn {
  visibility: hidden;
}

.submenuul1 {
  background: #0000003d;
  /* padding: 0 0 0 12%; */
}

.indexing1 {
  background: #0000003d;
  padding: 4% 6% 3% 15% !important;
}

.containercommon {
  left: 1px;
  right: 0;
  position: absolute;
  top: -8px;
  bottom: 0;
  overflow-y: auto;
  padding: 0 0 0 2px;
  overflow-x: auto;
  height: 80vh;
}

.materialdesign .breadcome-heading a {
  position: inherit;
  top: 25%;
  left: 3%;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: #000;
}

.text-center {
  text-align: center;
}

.toggle-sidebar {
  width: auto;
  text-align: center;
  margin: 0 auto;
  /* margin: 62% 0 0 0; */
  /* float: left; */
}

.glyphicon-export:before {
  content: "\e170";
}

/* .fixed-table-body {
  overflow: scroll;
  
  height: 323px !important;
} */

.th1retailer {
  width: 1% !important;
}

.th2retailer {
  width: 15% !important;
}

.spantop {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.heightcard {
  height: 64vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.stickytable {
  border-collapse: collapse;
  width: 100%;
}
/*
.stickytable thead tr th {
  
  background-color: #00246e;
  position: sticky;
  z-index: 100;
  top: 0;
  vertical-align: middle !important;
  width: 100px;
  white-space: nowrap;
  padding: 0px 1px !important;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
*/
.stickytable thead tr th {
background-color: #00246e;
    position: sticky;
    z-index: 100;
    top: 0;
    vertical-align: middle !important;
    width: 100px;
    white-space: nowrap;
    padding: 0px 5px !important;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border-left: 1px #fff solid;
}
.daterangepicker {
  display: none;
}

.visible {
  display: block;
}

.toggle-sidebaricon {
  background-color: #ffffff;
  border-color: transparent;
  color: #000;
  text-align: center;
  z-index: 9999;
  width: 100%;
}

.searchtextbox1 {
  border: 1px solid #ececec;
  font-size: 13px !important;
  height: 37px !important;
  color: #303030;
  padding-left: 5px;
  padding-right: 40px;
  background: #fff;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  width: 245px;
}

.search a {
  position: inherit !important;
  top: 22% !important;
  left: 3% !important;
  display: block !important;
  height: 23px !important;
  line-height: 34px !important;
  width: auto !important;
  text-align: left !important;
  color: #000 !important;
}

.checkboxtop {
  margin: 0px 0 0 22% !important;
}

.stickytable tbody tr:nth-child(even) {
  background-color: #fff;
}
.stickytable tbody tr:nth-child(odd) {
  background-color: #fff;
}
./*imgwidth {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 35px !important;
  text-align: left;
}*/
.imgwidth {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 30px !important;
  text-align: left;
}
.retailimg {
  margin: 0 0 0 -3px !important;
  filter: invert(100%) !important;
    -webkit-filter: invert(100%);
}
.nav-item open{
}
@media (min-width: 992px) {
  #mainNav .navbar-brand {
    width: 220px;
  }

  #mainNav .navbar-collapse {
    overflow: visible;
    max-height: none;
  }

  #mainNav .navbar-collapse .navbar-sidenav {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }

  #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
    width: 230px;
    padding: 5px 15px;
    border-bottom: none;
  }

  #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    padding: 1em;
  }

  #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
    min-width: 0;
  }

  #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
    width: 24px;
    text-align: center;
  }

  #mainNav.fixed-top .navbar-sidenav {
    height: calc(120vh - 150px);
    width: 230px;
  }

  #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #262625;
  }

  #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a {
    color: white !important;
    background-color: #495057;
  }

  #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus,
  #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover {
    color: white;
  }

  #mainNav.navbar-light .navbar-collapse .navbar-sidenav {
    background: #f8f9fa;
  }

  #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a {
    color: #000 !important;
    background-color: #e9ecef;
  }

  #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus,
  #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover {
    color: #000;
  }

  .content-wrapper {
    margin-left: 250px;
    margin-right: 20px;
  }
}

@media screen and (max-device-width: 640px) {
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: #e84a5f;
    background: #e84a5f;
  }

  /*.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: #262625;
  height: 80vh;
}*/

  .navbar-nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #262625;
    height: 18vh;
  }
}

.income-title {
  padding: 15px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
}

.income-title h2 {
  font-size: 20px;
  color: #303030;
  margin: 0px;
}

.income-dashone-pro {
  background: #fff;
  padding: 0 5% 15% 5%;
}

.main-income-head {
  position: relative;
}

.nt-mg-b-30 {
  margin-bottom: 30px;
}
.shadow-reset {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.income-title p {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 13px;
  color: #fff;
  padding: 2px 10px;
  background: #1c84c6;
  border-radius: 2px;
  margin: 0;
}

.income-range .income-percentange {
  font-size: 14px;
  color: #03a9f4;
  float: right;
}

.mainrowdiv {
  margin: 2% 0 0 0;
}

#canvas {
  height: 300px !important;
  width: 100% !important;
  padding: 2% 3%;
}
.income-range p {
  font-size: 14px;
  color: #303030;
  margin: 0;
  float: left;
}
#paneldown,
#flip {
  float: left;
  width: 94%;
  margin: 11px 0 0px 8px;
  padding: 7px 6px;
}

#paneldown {
  display: none;
}
.editactivitesfilter .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 0;
}

.report-section {
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #4c88ff;
    /* height: 60vh; */
    overflow: auto;
    overflow-x: hidden;
    height: auto;
    background-color:#f3f1f1;
}
.subreport {
  padding: 0 10px;
  margin: 0 0 0 0px;
}
.flex-column {
  flex-direction: column !important;
}

.pl-2,
.px-2 {
  margin-left: 0 !important;
  cursor: pointer;
}
.content-column .reports-home-container .nav .nav-link {
  padding: 0px 0;
  border-bottom: 1px dashed #e9e9e9;
}

.headingreport {
  position: inherit;
  /* top: 23%; */
  float: left;
}

.drawer-handle {
  cursor: pointer;
  margin: 0 0 0 2%;
  width: 15%;
}

.filtericon {
  background: none;
  min-width: 42px;
  max-width: 100%;
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
  color: #ff6319;
}

.reportsmain {
  background: #fff;
 
}

i.fa.fa-star {
  color: #ffb31a;
}

.imgsales {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 23px !important;
  text-align: left;
}
.pl-2 {
  padding: 10px 0;
  /* border-bottom: 1px dashed #012b7f; */
  color:#23527c;
  width: 100%;
  float: left;
}

.reportsmain .nav-item {
  padding: 0 10px 9% 10px;
}
.report-section h4, h5, h6 {
  margin: 0 0 0px;
  font-weight: 700;
  background: #012b7f;
  padding: 5px 5px;
  color: #fff !important;
}
.reportsmain {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(123, 126, 136, 0.24);
  border-radius: 3px;
  
  margin: 0% 0 0 17px;
  float: left;
  width: 96.96%;
  /* max-height: auto !important;
  min-height: 73vh !important; */
  padding: 10px 10px 0 10px;
}

input[type="text", type="select"] {
  overflow: visible;
  height: 37px;
  font-size: 13px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
}

.item-details-page input[type="text", type="select"] {
  overflow: visible;
  height: 30px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
}

.viewinput input[type="text", type="select"] {
  overflow: visible;
  height: 22px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
}

.distributormain .row {
  margin-right: 0;
  margin-left: 0;
}

.formalignfield input[type="text"] {
  overflow: visible;
    height: 24px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 50%;
}

.formalignfield input[type="text", type="select"]:focus {
  border: 1px solid #012b7f;
  outline: 1;
}

.formalignfield input {
  overflow: visible;
  height: auto;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 60%;
}

.panel-default {
  border-color: #fff;
  width: 50%;
  float: left;
  padding: 3px;
}

.panelheadingstyle {
  background: #fff !important;
  border-bottom: 1px solid #c2c2c2 !important;
  border-top: none !important;
  border-radius: 0 !important;
}
/*
.item-details-page select {
  text-transform: none;
  height: 24px;
  width: 50%;
}
*/
input[type="password"] {
  overflow: visible;
  height: 31px;
  font-size: 12px !important;
  margin: 0 0 2% 0;
  font-weight: 400;
  font-family: inherit !important;
}

.footer {
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  padding: 1% 0 1% 0;
  background: #ffff;
  position: absolute;
  bottom: 0;
}

.footer p {
  margin: 0 0 0;
}

.rowtabledash {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 0 0;
  height: 82vh;
}

.selectcustom {
  height: 32px;
  padding: 0 0 0 5px;
  font-size: 12px;
}

.passwordrule {
  width: 100%;
  font-size: 12px;
}

.Usercreation .ms-options-wrap > .ms-options {
  position: absolute;
  left: 14px;
  width: 93%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
  min-height: 145px !important;
  max-height: 150px !important;
}

.Usercreation .ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 28px;
  margin: 1px 0;
  border: 1px dotted transparent;
}

.companyname {
  font-size: 15px;
}

.megamenu2 {
  position: absolute;
  width: 336px;
  top: 0px !important;
  left: -500% !important;
  margin: 0;
  padding: 0;
  transform: translate3d(-97px, 30px, 0) !important;
}

.megamenu3 {
  position: absolute;
  width: 336px;
  top: 0px !important;
  left: -600% !important;
  margin: 0;
  padding: 0;
  transform: translate3d(-97px, 30px, 0) !important;
}

@media screen and (max-width: 500px) {
  .tabcontent {
    float: left;
    border: 1px solid #ccc;
    height: 93vh;
    overflow: auto;
  }

  .drawer-contentnew {
    width: 400px;
    margin-right: -500px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%;
  }
  .drawer-contentold {

  }
  .drawer-contentold {
    width: 100%;
    margin-right: -6px;
    background-color: #FFFFFF;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%; 
    margin-top: 18px  !important; 
  }

  .drawer-content {
    width: 400px;
    margin-right: -500px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%;
  }

  .tab {
    float: left !important;
    height: auto !important;
    padding: 0% 0 0 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .tabcontent {
    float: left;
    border: 1px solid #ccc;
    height: 93vh;
    overflow: auto;
  }

  .drawer-contentnew {
    width: 300px;
    margin-right: -500px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%;
  }

  .drawer-contentold {
    width: 100%;
    margin-right: -6px;
    background-color: #FFFFFF;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%; 
        margin-top: 18px!important;
  }

  .drawer-content {
    width: 300px;
    margin-right: -500px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    float: right !important;
    height: 100%;
  }

  .tab {
    float: left !important;
    height: auto !important;
    padding: 0% 0 0 0 !important;
  }
}


.item-details-pageadd select {
  overflow: visible;
  /*height: 32px !important;*/
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  width: 100%;
}
.item-details-pageadd input[type="text", ] {
  overflow: visible;
/*  height: 32px !important;*/
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  width: 100%;
}

.item-details-pageadd .row {
  margin-right: 0;
  margin-left: 0;
}
/*
.formalignfieldview input[type="text"] {
  overflow: visible;
  height: 30px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 100%;
  background:#f5f3f1;
}

.formalignfieldview select {
  overflow: visible;
  height: 30px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 100%;
}
*/

.margintopsecond{
  margin-top:-37px;
}
.margin3{
  margin-top:-2px;

}
.table > thead:first-child > tr:first-child > th:nth-child(1) {
  /*width: 10%;*/
  width:auto;
}

.viewinput .col-lg-12.col-md-12.col-sm-12.col-12 {
  padding: 0;
}
.viewinput {
  padding: 0 !important;
}
.modalmain {
  background: #fff;
  color: #000;
  margin: 0 0 0 15%;
  width: 70%;
}
.modalmainanchor {
  color: #000;
}
.distributorfrist {
  min-height: 177vh !important;
}
.distributorsecond {
 /* min-height: 79vh !important;*/
 height:auto;
}
.distributorthird {
  min-height: 20vh !important;
  margin: 0 0 5% 0 !important;
}
.distributorviewfrist {
  min-height: 85vh !important;
}
.lastdetail {
  min-height: 15vh !important;
}
.secondcolumn2 {
  min-height: 50vh !important;
}
.hidestar {
  display: none;
}
.coltwogeo2 {
  /* border: 1px solid #c2c2c2; */
  margin: 0 0 3% -15px;
  width: 107%;
  min-height: 65vh;
  padding: 0;
}
.coltwogeo2 {
  min-height: 0vh !important;
}
.coltwogeo2 h2 {
  font-size: 16px;
  padding: 1% 0 1% 1%;
  background: #d2d2d2 !important;
  color: #000 !important;
}
#loading {
    position: absolute;
    z-index: 9999;
    background: #00000075;
    width: 100%;
    height: 100%;
}
#loading img{
    top: 40%;
    position: absolute;
    left: 45%;
}

.reportsheading {
    text-align: left;
    font-size: 18px;
    background: #fff9f9;
    padding: 10px 12px;
    margin: 0;
}
.backbtncolor {
    background: #ff6319;
    min-width: 100px;
    max-width: 100%;
    font-family: inherit;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    padding: 1px 7px;
    margin: -2px 0 0 0;
}

.pagestyle {
    color: #013cb1;
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: 600;
    float: left !important;
}
.pagecount p {
    margin: 0 0 15px;Action
    display: none;
}
.pull-left.pagination-detail {
    width: 100%;
}
li.page-next{
    float: right;
}
.search .btntopview {
    padding: 3px 4px 3px 10px !important;
    margin: 4% 0 0 0 !important;
    display: none !important;
}
.viewtablepage thead td {

    padding: 1% 0px;
    background: #012b7f;
    border-bottom: 1px solid #c2c2c2;
    color: #fff;
    font-weight: bold;

}
.viewtablepage td {
  padding: 1% 8px;
  background: #eceaea;
  border-bottom: 1px solid #c2c2c2;
  color: #333;
  font-weight: 600;
}.subtablenewpro {
    width: 75%;
    margin: 0 aut
}/*#uomsimple .col-lg-12 {
    padding: 0 !important;
}#uomsimple .group label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    min-width: 148px;
    text-align: left;
    margin: 0; 
    padding: 0;
}*/.view {
    background: none;
    border: none;
}.marginstyletop {
    margin: 10px 0 0 0;
}
.subtablenew2 tbody tr td input{
  overflow: visible;
  height: 24px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 100% !important;
  border: 1px #817878 solid;
  border-radius: 5px;
  padding-left: 10px;
  background-color: #fff;
  
}
.datealign {
    padding: 1% 0;
} 

.datenew {
    width: 200px !important;
}

a.datepicker-button.bootstrap3.input-group-addon.btn.default {
  position: absolute;
  right: 0%;
  z-index: 999;
  width: 50px;
  height: 30px;
  border: 1px solid #dddddd;
}

.drawer {
  left: 10.5%;
  position: absolute;
  width: 89.5%;
}

.datepickernew .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 10%;
  width: 50%;
}

.datepickernew a.datepicker-button.bootstrap3.input-group-addon.btn.default {
  position: absolute;
  right: 0%;
  z-index: 999;
  width: 50px;
  height: 32px;
  border: 1px solid #dddddd;
}

.datepickernewadd .input-group {
  position: relative;
  display: inline;
  border-collapse: separate;
  margin: 0 0 0 10%;
  width: 100%;
}

.datepickernewadd a.datepicker-button.bootstrap3.input-group-addon.btn.default {
  position: absolute;
  right: 0%;
  z-index: 999;
  width: 50px;
  height: 32px;
  border: 1px solid #dddddd;
}

.datepickernewaddpart .input-group {
  position: relative;
  display: inline;
  border-collapse: separate;
  margin: 0 0 0 0;
  width: 100%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

input[type="text",type="select"] {
  overflow: visible;
  height: 37px;
  font-size: 13px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  border: 1px solid #c2c2c2;
}

#data_1 {
  padding-left: 0;
  width: 23%;
}

.common .container-fluid {
  width: 99%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: 17px;
}

.sparkline13-graph .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 34px;
  float: right !important;
  width: 155px;
}

.floatleft {
  float: left;
}

.formalignfieldemp input[type="text"] {
  overflow: visible;
  height: 24px;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 100%;
}

.formalignfieldemp a.datepicker-button.bootstrap3.input-group-addon.btn.default {
  position: absolute;
  right: 0%;
  z-index: 999;
  width: 50px;
  height: 37px;
  border: 1px solid #dddddd;
  height: 24px;
}

.formalignfieldemp .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 0;
}


.shirtsize {
  margin: 0 0 0 5%;
}

.formalignfieldemp  fieldset legend p {
  background: #66afe9;
  color: #fff;
  font-size: 18px;
  padding: 0 0 0 6px;
  margin: 10px 0 0 0;
}

.formalignfieldemp fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  width: 97%;
}

.formalignfieldemp  legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.formalignfieldemp {
  margin: 0 2%;
}

.floatright {
  float: right;
}

.employeeadd .row {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.formalignfieldemp .group label {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  min-width: 255px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.employeeadd .formalignfieldemp .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 0;
  width: 98%;
}

.formalignfieldusr input {
  overflow: visible;
  height: auto;
  font-size: 14px;
  margin: 0 0 0% 0;
  font-weight: 400;
  font-family: inherit !important;
  outline: 0;
  width: 80%;
}

.formalignfield input[type="text"] {
    overflow: visible;
    height: 24px;
    font-size: 14px;
    margin: 0 0 0% 0;
    font-weight: 400;
    font-family: inherit !important;
    outline: 0;
    width: 50%;
}

.distributormain .row {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

input[type="text"] {
  line-height: normal;
 
}

select {
  text-transform: none;
  
}

.btncolor {
  background: #ff6319;
  min-width: 100px;
  max-width: 100%;
  font-family: inherit;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  padding: 2px 9px;
  width: 10%;
}

.input-groupnewdrop {
  position: absolute;
  display: table;
  border-collapse: separate;
  /* margin: 2% 0 0 49%; */
  /* float: right; */
  top: -2px;
  left: 86%;
  display: none;
}

#id_confrmdiv
{
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}
#id_confrmdiv button {
    background-color: #ccc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
#id_confrmdiv button:hover
{
    background-color: #ddd;
}
#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}

.commonusr .container-fluid {
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: 74px;
}

.searchtextbox1 {
  width: 45% !important;
}

.group label {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  min-width: auto !important;
  text-align: left;
  margin: 0;
  padding: 0;
}

select {
  text-transform: none;
  width: 100% !important;
  padding-left: 2px !important;

}
/*
.bs4ToastWrapper{
    position: absolute;
    z-index: 1;
    left: 38%;
    top: -1%;
    width: 377px;
    z-index: 99999;
    background-color: #f34e07 !important;
    padding: 1% 1%;
    border-radius: 5px;
}*/

.bs4ToastWrapper {
    position: absolute;
    z-index: 1;
    left: 38%;
    top: 0%;
    width: 377px;
    z-index: 99999;
    /* background-color: #00246e !important; */
    padding: 1% 1%;
    border-radius: 5px;
}
.bs4Toasticonimage{
  height: 15px;
}
.toast-header > .mr-auto{
	color:#012b7f;
}
.bs4Toasticon{
  margin-right: 0.5rem;
}

button.ml-2.mb-1.close {
  display: none;
}
.btn-success {
    color: #fff;
    background-color: #ff6319;
   border:none;
}
.btn-success:hover {
    background-color: #012b7f;
}
.btn-primary {
    color: #fff;
    background-color: #333;
    border:none;
}
.btn-primary:hover{
	 color: #fff;
    background-color: #012b7f;
} 
.mr-auto, .mx-auto {
  margin-right: auto !important;
  display: inline-block;
  margin: 0 10px;
}
.toast-body {
  margin: 0 auto;
  text-align: center;
}
  .toast {
    background-color: #ffffff !important;
    border: 1px #00246e solid;
}  
button.btn.btn-primary.btn-sm {
  margin: 0 0 0 7px;
  width: 59px;
}

button.btn.btn-primary .btn-sm mr-2  {
  margin: 0 0 0 7px;
  width: 59px;
}

.editpagemain .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 0;
  width: 100%;
}

.data-custon-pick label {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  min-width: 190px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0;
}  


.editactivitesfilter .groupcuston-pick {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 0 0 !important;
  width: 100%;
}


.schmememst #data_1 {
  padding-left: 0;
  width: 23%;
  margin: 0 0 0 15px;
}

.employemst {
  height: 64vh;
  overflow: auto;
}


.productformalignfieldview {
  overflow: auto;
  height: 68vh;
}

.activelist {
    position: absolute;
    top: 2%;
    left: 1%;
    display: none;
}

.viewtablepage input[type="checkbox"] {
  display: none;
}

.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none;
  border-bottom: transparent;
  padding: 0 6px 0 4px;
  color: #000 !important;
  CURSOR: auto;
}

ol#list {
background:#002776;
    overflow: auto;
    max-height: 144px;
    /* width: 410px; */
    border-radius: 20px;
    padding:20px;
    visibility: hidden;
}

ol#list li a:hover{
  text-decoration: underline;
  font-weight: bold;
}
#searchbar{
  outline: none;
}
input#searchbar {
 
   /*width: 410px!important;
  border-radius: 0 0 0 9px; */
  /* border: none!important;
  padding:8px!important; */
}
/*.bootstrap-table{
  padding:0 10px !important;
}*/
.bootstrap-table{
  padding: 0px !important;
    margin-top: 3%;
    border: 1px #002776 solid;
    margin-left: 0.5%;
}
.pagemain{
  border:none;
    
    margin: 0.5% 0;
    margin-bottom: 0;
}


.tablecentertd{
visibility: hidden;}
.export-icon{
  font-size: 21px;
  position: relative;
  left: -15px;
  top: 6px;
  border: none;
  padding: 7px 10px;
  border-radius: 4px;
  height: 38px
}
#DeleteTrigerButton {
  border: none;
  display: inline-block;
  /* top: 5px; */
  border: none;
  display: inline-block;
  /* top: 5px; */
  position: relative;
  bottom:3px;
  
  background-color: #ff6319;
  
  z-index: 0;
}
  .rightbtn {
    margin: 0 0 0 0;
    position: relative;
    top: 3px;
    right: 0;
}