@font-face {
  font-family: Kozuka;
  src: url(../fonts/KozGoPr6N-Bold.otf);
  transition: all 1s;
}

@font-face {
  font-family: KozukaR;
  src: url(../fonts/KozGoPr6N-Regular.otf);
}

body {
  background-color: #f7f6f6;
  font-family: Kozuka !important;
}

.v-application {
  font-family: Kozuka !important;
  line-height: 1.5;
}

div.v-application ul,
div.v-application ol {
  padding-left: 12px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #444444 !important;
}

.v-date-picker-table button.v-btn.v-btn--active {
  color: initial;
}

p {
  margin: 0px;
}

/*Login Section*/

/* .oo_fullimage {
  background-image: url(../image/login.png);
  height: 100vh;
  width: 100%;
  background-size: cover;
  position: relative;
} */
.oo_tableset .table-condensed thead {
  display: table-header-group;
  width: auto;
}
.oo_tableset .table-condensed thead tr th {
  min-width: auto;
}
.oo_tableset .table-condensed tbody {
  display: table-row-group;
}
.oo_tableset .table-condensed tbody tr td {
  min-width: auto !important;
}
.oo_tableset .table-condensed tbody tr:nth-child(even) {
display: table-row;
}
.oo_tableset .table-condensed tbody tr:nth-child(odd) {
display: table-row;
}.oo_tableset .table-condensed thead tr:nth-child(even) {
  display: table-row;
}

.oo_tableset .table-condensed thead tr:nth-child(odd) {
  display: table-row;
}
.table-condensed td {
  text-align: center;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  padding-left: unset;
  margin-bottom: unset;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead > tr > th {
  text-align: center;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 266px;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.oo_black {
  /* background-color: rgba(0, 0, 0, 0.46); */
  width: 100%;
  height: 100%;
}

.oo_loginbox1 {
  height: 502.67px;
  width: 1010px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

/* .oo_graybox {
  background: #4D6074 0% 0% no-repeat padding-box;
  border-radius: 15px 0px 0px 15px;
  opacity: 1;
  float: left;
}
.oo_whitebox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0px 15px 15px 0px;
  opacity: 1;
  float: left;
} */
.oo_loginlogo img {
  width: 60%;
  margin-top: 100px;
  opacity: 1;
}

/* .loginheading {
  width: 100%;
  height: 22px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
} */
.oo_effect {
  margin-left: 47px;
}

.oo_iconround {
  margin-bottom: 17px;
}

.oo_rounddot {
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 0.5px;
  margin-right: 11.5px;
  display: inline-block;
}

.oo_roundtext {
  font-size: 18px;
  font-family: KozukaR;
  line-height: 20px;
  color: #ffffff;
}

.oo_loginform {
  margin: 0 56.01px;
}

.oo_loginform input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #c2cedb;
  margin-bottom: 25.5px;
  height: 40px;
  font-size: 15px;
  color: #d5d5d5;
}

:focus {
  outline: -webkit-focus-ring-color auto 000px;
}

.oo_loginform input:focus {
  border-bottom: 2px solid #3598dc;
  color: #3598dc !important;
}

.helper {
  position: absolute;
  top: -4px;
  left: -4px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  user-select: none;
  color: #e7e7e7;
}

.helper:before {
  content: "";
  position: absolute;
  top: 0;
  margin: 4px;
  width: 21px;
  height: 21px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #fff;
}

.helper:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 10px;
  left: 9px;
}

/* The container */
.oo_check {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  /* color: #707070; */
  color: #4d6074;
  margin-bottom: 0px;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.oo_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.oo_checkspan {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 2px solid #c3c3c3;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.oo_checkspan:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.oo_check input:checked ~ .oo_checkspan:after {
  display: block;
}

/* Style the checkmark/indicator */
.oo_check .oo_checkspan:after {
  left: 5px;
  top: 0.5px;
  width: 7px;
  height: 12px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.oo_check input {
  margin: 0px;
}

.oo_forgot {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  color: #3598dc;
}

.oo_logintop {
  margin-top: 4px;
  margin-left: 15px;
}

.oo_button {
  margin-top: 64px;
}

.oo_button button {
  width: 186px;
  height: 50px;
  color: white;
  /* background-color: transparent; */
  border-radius: 25px;
  line-height: 20px;
  font-size: 18px;
  background: #476b93 0% 0% no-repeat padding-box;
}

.oo_button button a {
  line-height: 0px;
}

.oo_loginbutton {
  margin-top: 64px;
}

.oo_loginbutton button {
  width: 186px;
  height: 50px;
  color: white;
  border-radius: 25px;
  line-height: 20px;
  font-size: 18px;
  background: #476b93 0% 0% no-repeat padding-box;
}

a:hover,
a:focus {
  color: #3598dc;
  text-decoration: none;
}

/*Dashboard Page*/

.oo_Fixheader {
  height: 60px;
  width: 100%;
  background-color: #444444;
  display: inline-block;
}

.oo_toggalstart {
  /* background-color: #1c2434; */
  background-color: #444444;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}

.oo_toggalstart img {
  height: 18px;
  width: 23px;
}

.oo_CommonSetting img {
  height: 12px;
  width: 18px;
}

.oo_accountholderimg img {
  height: 28px;
  width: 28px;
}

.sidebar {
  /* height: 100%;
  position: fixed;
  overflow-x: hidden;
  width: 258px;
  z-index: 1;
  */

  /* padding-left: 10px; */
  background-color: #526076;
  overflow-x: auto;
  display: block;
}

.oo_lefttext {
  height: 100%;
  width: 60px;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  background-color: #444444;
  z-index: 9;
  margin-top: 60px;
}

.oo_Dashboardlogo {
  display: inline-block;
  padding-left: 11px;
}

.oo_Dashboardlogo img {
  height: 50px;
  width: 87px;
  display: inline-block;
}

.navbar-right {
  margin-right: 26px;
  float: right;
}

.oo_accountholderimg {
  line-height: 60px;
}

.oo_CommonSetting {
  margin-right: 17.19px;
}

.oo_logout {
  width: auto;
  float: left;
  line-height: 60px;
}

.oo_logout {
  position: relative;
  display: inline-block;
}

.oo_profiletext {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 126px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.oo_profiletext a {
  font-size: 12px;
  color: #526076;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  line-height: 30px;
}

.oo_profiletext a:hover {
  background-color: #526076;
  color: #fff;
}

.oo_logout:hover .oo_profiletext {
  display: block;
}

.oo_companyname {
  margin-left: 30px;
  color: #ffffff;
  font-size: 28px;
}

.oo_nameClient {
  margin-right: 15.21px;
  color: #ffffff;
  font-size: 14px;
}

.oo_dropbtn {
  cursor: pointer;
}

.oo_box {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}

.oo_box img {
  height: 20px;
  width: 20px;
}

.sidebar ul {
  margin-left: -40px;
  padding-bottom: 50px;
}

.oo_deshboard {
  line-height: 49px;
  height: 49px;
  color: #fff;
  padding-left: 14px;
  font-size: 13px;
}

.oo_textul {
  margin-left: 18px;
}

.oo_fulltext {
  line-height: 25px;
  height: 25px;
  width: 100%;
  padding-left: 14px;
  font-size: 10px;
  background: #1c2434;
  color: #ffffff;
  text-transform: uppercase;
}

.oo_Titleslide {
  height: 35px;
  width: 100%;
  display: inline-block;
  background: #ebebeb;
  padding-left: 16.18px;
  padding-right: 16px;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.oo_Titleslide .oo_commonhome {
  padding-right: 14px;
}

.oo_commonhome img {
  width: 16px;
  height: 14px;
}

.oo_comonhometitle {
  padding-left: 19px;
  color: #606060;
  font-size: 12px;
}

.mainblocktext {
  background: #f7f6f6;
  height: calc(100vh - 105px);
}

.sidemenu div.active {
  background-color: #686d72;
}

.sidemenu div.active #MasterMaintanance1,
.sidemenu div.active #Purchese1,
.sidemenu div.active #Sales1,
.sidemenu div.active #Inventory1,
.sidemenu div.active #StockItem1,
.sidemenu div.active #Administration1,
.sidemenu div.active #parentMenu1 {
  display: block;
}

.sidemenu div.active #MasterMaintanance,
.sidemenu div.active #Purchese,
.sidemenu div.active #Sales,
.sidemenu div.active #Inventory,
.sidemenu div.active #StockItem,
.sidemenu div.active #Administration,
.sidemenu div.active #parentMenu {
  display: none;
}

#MasterMaintanance1,
#Purchese1,
#Sales1,
#Inventory1,
#StockItem1,
#Administration1,
#parentMenu1 {
  display: none;
  position: absolute;
  top: 21px;
  left: 20px;
}

.sidebar .menusection:hover {
  background-color: #ffffff;
}

.menusection:hover .oo_deshboard {
  color: #526076;
}

/* .active .oo_deshboard {
  color: #526076 !important;
  background-color: #ffffff;
} */
.submenuimage {
  position: relative;
  width: 17px;
  display: inline-block;
}

.submenuimage img {
  height: auto;
  width: 17px;
}

.textsubmenuimage_1 {
  display: none;
  position: absolute;
  top: 17px;
  left: 0;
}

.activemenu .textsubmenuimage_1,
.oo_deshboard:hover .textsubmenuimage_1 {
  display: block;
}

/*.activemenu .textsubmenuimage, .oo_deshboard:hover .textsubmenuimage{
	opacity: 0;
}*/

/*Start Countrypage*/

.oo_commonhomemiddle {
  padding-left: 19px;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 26px;
  margin-right: 14.5px;
}

.mainsection {
  /* margin: 22px 24px 22px 18px; */
  padding: 22px 24px 22px 18px;
  box-sizing: border-box;
  /* height: calc( 100vh - 50px ); */
}

.oo_titlebar h1 {
  margin: 0px 0px 11.85px 0px;
  font-size: 21px;
}

.oo_titlebar h1 img {
  height: 17px;
  padding-left: 15px;
}

.oo_iconset img {
  height: 36.15px;
  width: 36.15px;
}

.oo_iconset input {
  margin-right: 10px;
}

.oo_searchbar {
  height: 40px;
  padding: 7.5px 10px 7.5px 8px;
}

.oo_hideshowclassdetail,
.pose_hideshowclassdetail {
  width: 100%;
  background: #ffffff;
  margin-top: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.status-select {
  display: inline-block;
  position: relative;
  width: auto;
}

.custom-select select {
  border: none;
  background-color: #f7f6f6;
  color: #606060;
  height: 25px;
  width: 100%;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.views-widget {
  width: 199px;
  position: relative;
}

.custom-select::before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #5d6f8c;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.search-container {
  background: #f7f6f6;
}

.topnav input[type="text"],
.topnav input[type="number"] {
  margin-left: 8px;
  font-size: 17px;
  border: none;
  width: 85%;
  height: 25px;
  background-color: transparent;
  font-size: 12px;
  line-height: 20px;
  color: #606060;
}

.topnav .search-container button {
  float: right;
  background: transparent;
  border: none;
  cursor: pointer;
}

.topnav .search-container a {
  float: right;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acabab;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #acabab;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #acabab;
}

.search-container img {
  height: 17.49px;
  width: 17.49px;
}

.btnPopUp {
  width: 10% !important;
  float: right !important;
}

/*table*/
.oo_responsivetable {
  margin-top: 18px;
}

/* .oo_responsivetable tr{
	padding: 0 5px;
} */
.table-condensed th,
.table-condensed td {
  overflow: visible !important;
  min-width: 30px !important;
  overflow-y: auto;
  background-color: #fff !important;
}

.table-condensed a .fa {
  color: #526076;
}

table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  border-bottom: 0px solid #ddd !important;
}

.dropdown-menu {
  top: 100% !important;
  display: block !important;
}

.table {
  margin-bottom: 0px;
}

.fixed-table-body {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
  overflow-x: auto;
}

.oo_tableset thead {
  font-size: 12px;
  color: #526076;
  background: #dadfe3;
  display: inline-block;
  width: 100%;
}

.oo_tableset th {
  background: #dadfe3;
}

.oo_tableset th,
.oo_tableset td {
  height: 25px;
  /*padding-left: 5px !important;
	padding-right: 5px !important;*/
  min-width: 210px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; // tooltip */
  max-width: 210px;
  display: table-cell;
}

.tooltip div {
  z-index: 9999;
}

.oo_tableset tbody {
  font-size: 12px;
  color: #606060;
  /*overflow-y: auto;
	max-height: 500px;*/
  display: table;
  width: 100%;
}

.tableEdit {
  /* min-height: 300px; */
  background: #f7f6f6;
}

.panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fixed-table-container {
  border: 0px solid #ddd;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.oo_tableset tbody tr:nth-child(even) {
  background: #f7f6f6;
  display: block;
}

.oo_tableset tbody tr:nth-child(odd) {
  background: #ffffff;
  display: block;
}

/* tr:hover{
	background: #DADFE3 !important;
} */
tr.nohover:hover {
  background: #fff !important;
}

tr:nth-child(even).nohover:hover {
  background: #f7f6f6 !important;
}

.oo_seventdtext .th-inner.sortable.both {
  padding-right: 20px !important;
}

.selected-tr {
  background: #dadfe3 !important;
}

/*Custom ScrollBar*/

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dadfe3;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #526076;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #526076;
}

/*pagination*/
.oo_pagination {
  margin-top: 0px;
  text-align: right;
  display: inline-block;
  float: right;
}

.oo_paginationimage img {
  height: 12px;
  width: 12px;
  margin: 0 2px;
}

.oo_paginationimage {
  float: right;
}

.oo_pagetext {
  float: right;
  margin-top: 2px;
}

.oo_paginationnumber {
  height: 16px;
  width: 16px;
  float: left;
  font-size: 12px;
  color: #606060;
  text-align: center;
  line-height: 20px;
}

.oo_activepagination {
  background: #526076;
  color: #ffffff;
  height: 22px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 3px;
  font-size: 12px;
  line-height: 13px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px;
  margin-left: 0px;
  line-height: 14px;
  color: #606060;
  text-decoration: none;
  background-color: transparent;
  border: 0px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #526076;
  border: none;
}

.pagination > li {
  display: inline-block;
}

tr:nth-child(even) > td > input.oo_disabled {
  background-color: #f7f6f6 !important;
}

tr > td > input.oo_disabled {
  background-color: #fff !important;
}

.oo_tableborder,
.fixed-table-body > table > tbody > tr > td {
  border-right: 1px solid #dadfe3 !important;
  border-bottom: 1px solid #dadfe3 !important;
}

.oo_tableborderbottom {
  border-bottom: 1px solid #dadfe3 !important;
}

.oo_width200 {
  max-width: 200px !important;
  min-width: 200px !important;
}

.oo_width150 {
  max-width: 150px !important;
  min-width: 150px !important;
}

.oo_width119 {
  max-width: 119px !important;
  min-width: 119px !important;
}

.oo_width120 {
  max-width: 120px !important;
  min-width: 120px !important;
}

.oo_width110 {
  max-width: 110px !important;
  min-width: 110px !important;
}

.oo_width100 {
  max-width: 100px !important;
  min-width: 100px !important;
}

.oo_width90 {
  max-width: 90px !important;
  min-width: 90px !important;
}

.oo_width80 {
  max-width: 80px !important;
  min-width: 80px !important;
}

.oo_width70 {
  max-width: 70px !important;
  min-width: 70px !important;
}

.oo_width60 {
  max-width: 60px !important;
  min-width: 60px !important;
}

.oo_width50 {
  max-width: 50px !important;
  min-width: 50px !important;
}

.oo_width30 {
  max-width: 30px !important;
  min-width: 30px !important;
}

.oo_firsttd {
  max-width: 150px !important;
  min-width: 150px !important;
}

.oo_width234 {
  max-width: 234px !important;
  min-width: 234px !important;
}

.oo_width233 {
  max-width: 233px !important;
  min-width: 233px !important;
}

.oo_width239 {
  max-width: 239px !important;
  min-width: 239px !important;
}

.oo_width177 {
  max-width: 177px !important;
  min-width: 177px !important;
}

.oo_secondtd {
  max-width: 300px !important;
  min-width: 300px !important;
}

.oo_thirdtd {
  max-width: 100px !important;
  min-width: 100px !important;
}

.oo_sixtd {
  max-width: 150px !important;
  min-width: 150px !important;
  text-align: center;
}

.oo_seventd {
  max-width: 150px !important;
  min-width: 150px !important;
  text-align: right;
}

.oo_eighttd {
  max-width: 240px !important;
  min-width: 240px !important;
}

td.oo_seventd {
  /*padding-right: 20px !important;*/
}

.oo_remarkdescription {
  max-width: 850px !important;
  min-width: 850px !important;
}

.oo_sysparamdesc {
  max-width: 1000px !important;
  min-width: 1000px !important;
}

.oo_seventd .th-inner.sortable.both {
  padding-right: 20px !important;
}

.oo_checkspanpayment {
  position: absolute;
  top: -8px;
  left: 50px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #707070;
}

.oo_checkspanpayment_left {
  left: 50%;
  transform: translateX(-50%);
}

th .oo_checkspanpayment {
  top: -8px;
  left: 5px !important;
}

.oo_check input:checked ~ .oo_checkspanpayment:after {
  display: block;
}

.oo_check .oo_checkspanpayment:after {
  left: 4px;
  top: 0.5px;
  width: 7px;
  height: 12px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.oo_checkspanpayment:after {
  content: "";
  position: absolute;
  display: none;
}

.oo_filtertab {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  font-size: 12px;
  color: #526076;
  margin: 2px 0;
}

.oo_filtersettab textarea {
  width: 100%;
  background-color: #f7f6f6;
  border: none;
  padding-left: 10px;
}

.oo_checkspantransatcion {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #707070;
}

.oo_check input:checked ~ .oo_checkspantransatcion:after {
  display: block;
}

.oo_check .oo_checkspantransatcion:after {
  left: 4px;
  top: 0.5px;
  width: 7px;
  height: 12px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.oo_checkspantransatcion:after {
  content: "";
  position: absolute;
  display: none;
}

.oo_filtertab .oo_check {
  height: 25px;
  width: 100%;
  font-size: 14px;
  color: #526076;
  padding-left: 24px;
  word-break: break-all;
  line-height: 12px;
}

.eighttd {
  max-width: 140px !important;
  min-width: 140px !important;
}

.oo_hideshowbutton button {
  color: #ffffff;
  background-color: #444444;
  width: 295.92px;
  height: 31px;
  border-radius: 0 0 30px 30px;
  position: relative;
  top: -2px;
  border: none;
  font-size: 14px;
}

.oo_hideshowbutton button img {
  padding-right: 17px;
}

.oo_hideshowbutton {
  text-align: center;
  display: block;
}

.hideclass {
  display: none;
}

.oo_seventdtext {
  text-align: right;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none;
  vertical-align: middle;
  padding: 2px 5px;
}

.bootstrap-table .table > thead > tr > th {
  border: none;
}

.sortname {
  width: calc(100% - 15px);
  float: left;
}

.sortimage {
  width: 15px;
  float: right;
  text-align: right;
}

/*.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
	padding: 0px;
}*/
.panel-body {
  padding: 0px;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
  padding: 0px;
  /*line-height: 25px;*/
  min-height: 25px;
}

/*.oo_transactiontypedrop select{
	border: none;
	width: 100%;
	background: transparent;
	color: #DADFE3;
}
.oo_transactiontypedrop select option{
	color: #606060;
}*/
.oo_transactiontypedrop select {
  width: 100%;
  padding: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
}

.oo_transactiontypedrop {
  width: 199px;
  position: relative;
}

.oo_transactiontypedrop::before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #dadfe3;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
}

.table .oo_addnewrow {
  height: 50px !important;
  padding-right: 22px !important;
  text-align: center !important;
}

.oo_addnewrow input {
  height: 25px;
  width: 100%;
  border: none;
  background: #fff;
  padding-left: 10px;
}

.table .oo_addnewrow input {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

tr:nth-child(even) > td.oo_addnewrow input {
  background: #f7f6f6 !important;
}

.oo_addnewrow select,
.oo_Addnewrow datalist {
  border: none;
  width: 100%;
  background: #fff;
  /*box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);*/
}

tr:nth-child(even) > td.oo_addnewrow select,
tr:nth-child(even) > td.oo_Addnewrow datalist {
  background: #f7f6f6 !important;
}

/* .oo_addnewrow .oo_checkspanpayment {
	left: 0px;
} */
.oo_addnewrow button {
  width: 48%;
  height: 25px;
  color: #fff;
  background: #526076;
  margin: 0 1%;
  border: none;
  /*box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);*/
  float: left;
}

tr:nth-child(even) > td.oo_addnewrow button {
  background: #f7f6f6 !important;
}

.delete {
  max-width: 25px !important;
  min-width: 25px !important;
}

.oo_addnewrow .oo_check {
  padding-left: 0;
}

/* th .oo_checkspanpayment { */
/* top: -7px;  */
/* left: 4px !important; */
/* } */
.input_container {
  position: relative;
}

.input_tooltip {
  position: absolute;
  bottom: 10px;
  right: 3px;
  width: 20px;
  height: 24px;
}

a .fa {
  color: #e4320a;
}

.alertMsg {
  padding: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  color: #a94442;
}

.alert {
  margin-top: 18px;
}

.input-box {
  position: relative;
}

.fileUpload {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.progress {
  width: 85%;
  margin: 0px auto 20px;
}

.sr-only {
  position: relative;
  overflow: visible;
  left: 445px;
  color: #000;
}

.oo_addnewrow .topnav input[type="text"] {
  margin: 0px;
}

.oo_addnewrow .search-container {
  background: transparent;
}

.oo_addnewrow a img {
  margin: 5px 2px;
  padding: 0px;
}

td:first-child .tooltip {
  left: 0px !important;
}

td:last-child .tooltip {
  left: 13px !important;
}

.tooltip-arrow {
  display: none;
}

/* . @media(max-width: 1400px) {
  .oo_loginbox {
    height: 502.67px;
    width: 1000px;
  }
  .oo_graybox {
    width: 300px;
    height: 502.67px;
  }
  .oo_whitebox {
    width: 700px;
    height: 502.67px;
    background-color: #ffffff;
    float: left;
  }
  .oo_loginlogo {
    width: 285px;
    height: 163px;
    margin: 0px;
    text-align: center;
  }
} */
@media print {
  .left-side,
  .header,
  .oo_Titleslide,
  .oo_iconset,
  .oo_hideshowclassdetail,
  .oo_pagination,
  .oo_lefttext,
  .sortimage {
    display: none;
  }

  .right-side {
    margin-left: 5px;
    padding: 0px;
  }

  .right-side > .content {
    margin: 0px 0px 0px 0px !important;
  }

  table {
    margin-bottom: 0px;
    border-collapse: collapse !important;
  }

  table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    padding: 0px 0px;
  }

  th,
  td {
    border: 1px solid #ddd !important;
    vertical-align: middle;
  }

  img {
    display: none;
  }
}

/*added on 28-02-2019*/
.font-normal {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

.radio-btns label {
  font-weight: normal;
  font-size: 12px;
  color: #707070;
  margin-right: 20px;
  padding-left: 0;
}

.radio-btns {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.radio + .radio {
  margin: 0;
}

.radio {
  margin: 0;
  float: left;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin-right: 5px;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.sm-btn {
  width: 140px;
}

.p-l-r-15 {
  padding-right: 15px;
  padding-left: 15px;
}

/*added on 16-04-2019*/

.business-textarea textarea {
  height: 75px;
  resize: none;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.business-entity-block .oo_filtersettab {
  padding: 0;
}

.align-items-end {
  align-items: flex-end;
}

.customer-box {
  padding: 10px;
  background: #dadfe3;
  margin-right: 30px;
  display: inline-block;
}

.autoid-btn {
  background: #1c2434;
  border: none;
  color: #fff;
  padding: 2px 20px;
  line-height: 19px;
  font-size: 12px;
}

.closeacc-btn {
  background: red;
  border: none;
  color: #fff;
  padding: 2px 20px;
  line-height: 19px;
  font-size: 12px;
}

.set-position {
  top: 3px;
  left: 10px;
}

.p-l-0 {
  padding-left: 0;
  padding-right: 10px;
}

.p-r-0 {
  padding-right: 0;
  padding-left: 10px;
}

.p-l-5 {
  padding-right: 0;
  padding-left: 5px;
}

.green-btn {
  background: green;
  width: 100%;
  height: 30px;
  border: none;
  color: #fff;
}

.red-btn {
  background: red;
  width: 100%;
  height: 30px;
  border: none;
  color: #fff;
}

.m-b-15 {
  margin-bottom: 15px;
}

tbody.scrollContent {
  display: block;
  height: calc(100vh - 270px);
  overflow: auto;
  width: 100%;
}

tbody.height-30-percent,
tbody.height-32-percent,
tbody.height-40-percent,
tbody.height-50-percent,
tbody.height-60-percent {
  display: block;
  overflow: auto;
  width: 100%;
}

table {
  background-color: white;
}

.pose_hideshowclassdetail .pose_toprow {
  padding: 21px 25px 15px 15px !important;
}

.pose_hideshowclassdetail .pose_row {
  padding: 0 25px 15px 15px !important;
}

.text-center {
  text-align: center;
}

.pose_hideshowclassdetail .topnav input[type="text"] {
  width: 80% !important;
}

.pose_border-right {
  border-right: 1px solid white;
}

.pose-table td,
.pose-table th {
  padding: 6px 7px 6px 10px;
}

.pose-table tr {
  padding: 0px;
}

.height-40-percent {
  display: block;
}

/*16-05-2019 new css added*/

.p-rl-15 {
  padding: 0 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.account-btns {
  background: #526076;
  font-size: 12px;
  color: #fff;
  border: none;
  height: 25px;
  border-radius: 0;
  line-height: 11px;
  padding: 0 25px;
  margin: 0 15px 0 0px;
}

.account-btns:hover {
  color: #fff;
}

.mt-0 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
}

.p-a-13 {
  padding: 13px;
}

.p-a-13 .oo_responsivetable {
  margin-top: 10px;
}

.p-rl-15 .oo_responsivetable {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.box-shadow {
  box-shadow: none;
}

.box-shadow th {
  padding: 5px;
}

.receipt-ttl {
  margin-top: 0px;
  margin-bottom: 15px;
}

.check-txt {
  color: #2caef5;
}

.green-txt {
  color: #2caef5;
}

.freeze_table tbody td:nth-child(even) {
  background: inherit;
}

.freeze_table tbody td:nth-child(odd) {
  background: inherit;
}

.freeze_table thead th {
  background: #dadfe3;
  cursor: pointer;
}

.freeze_table th.selected {
  background: #526076 !important;
  color: #fff;
}

.align-right {
  text-align: right !important;
  padding-right: 30px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.align-right .p-l-5 {
  display: none;
}

.freeze_table thead th.sort-arrow:after {
  content: url(../image/common_ordering.png);
  width: 20px;
}

.freeze_table tbody td.sort-arrow-none:after {
  content: "";
  width: 13px;
  display: inline-block;
}

.freeze_table thead,
.freeze_table tbody {
  display: block;
}

.fixed-table-body th,
.fixed-table-body td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 5px;
}

.nohover td {
  border: none;
}

.p-l-t-15 {
  padding-left: 15px;
  padding-top: 15px;
}

.pt-50 {
  padding-top: 50px !important;
}

.p-t-5 {
  padding-top: 5px;
}

.amount {
  text-align: right;
  padding-right: 5px;
}

/* 2023-5-6 新增 */
.width-auto {
  width: auto;
}

.oo_filtertab_invoice_printing_data_select {
  width: 519px;
}

/* FLEX */
.flex-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin-bottom: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.flex-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  box-sizing: border-box;
}

.flex-row-hStart {
  justify-content: flex-start;
}

.flex-row-hCenter {
  justify-content: center;
}

.flex-row-hEnd {
  justify-content: flex-end;
}

.flex-row-vStart {
  align-items: flex-start;
}

.flex-row-vCenter {
  align-items: center;
}

.flex-row-vEnd {
  align-items: flex-end;
}

.flex-col-hStart {
  align-items: flex-start;
}

.flex-col-hCenter {
  align-items: center;
}

.flex-col-hEnd {
  align-items: flex-end;
}

.flex-col-vStart {
  justify-content: flex-start;
}

.flex-col-vCenter {
  justify-content: center;
}

.flex-col-vEnd {
  justify-content: flex-end;
}
