

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Roboto-Regular;
  src: url('../fonts/roboto/Roboto-Regular.ttf'); 
}

@font-face {
  font-family: Roboto-Medium;
  src: url('../fonts/roboto/Roboto-Medium.ttf'); 
}

@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/roboto/Roboto-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: sans-serif;
}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input, select, textarea {
  display: block;
  outline: none;
  padding: .4rem .75rem .4rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
  min-width: 100px;
  height: 30px;
  font-size: 12px;
  letter-spacing: -.05em;
}

._daterangepicker{
  width: 155px;
}

textarea {
  display: block;
  outline: none;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/
.js-pscroll {
  position: relative;
  overflow: hidden;
}


.table100 .ps__rail-x {
  z-index: 1010;
  height: 8px;
  background-color: transparent;
  opacity: 1 !important;
  bottom: 82px !important;
  position: fixed;
  left: 0 !important;
  transition: height 0.2s ease;
}
.table100 .ps__rail-x:hover{
  height: 12px;
}
.table100 .ps__rail-x:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  top: -10px;
  background-color: #ffffff;
  z-index: -1;
}

.table100 .ps__rail-x::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6e6e6;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
  border-radius: 4px;
}

.table100 .ps__rail-x .ps__thumb-x {
  height: 100%;
  bottom: 0;
  background-color: transparent;
  opacity: 1 !important;
  cursor: e-resize;
}

.table100 .ps__rail-x .ps__thumb-x::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #b3b3b3;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  left: 15px;
  border-radius: 4px;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  /*background: #fa71cd;*/
  /*background: -webkit-linear-gradient(bottom, #c471f5, #fa71cd);*/
  /*background: -o-linear-gradient(bottom, #c471f5, #fa71cd);*/
  /*background: -moz-linear-gradient(bottom, #c471f5, #fa71cd);*/
  /*background: linear-gradient(bottom, #c471f5, #fa71cd);*/
}

.container-table100,
.wrap-table100,
.table100{
  height: 100%;
}

.container-table100 {
  max-width: 1366px;
  margin: 0 auto;
  height: 100vh;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  //padding: 33px 100px;
  position: relative;
}

.wrap-table100 {
  width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
  background-color: #fff;
  overflow-y: auto;
}

table {
  width: 100%;
}

th, td {
  font-weight: unset;
  padding: .2rem;
  letter-spacing: -.01em;
}

/*.column1 {*/
  /*width: 100%;*/
  /*padding-left: 40px;*/
/*}*/

/*.column2 {*/
  /*width: 225px;*/
  /*!*padding-left: 55px;*!*/
/*}*/

/*.column3 {*/
  /*width: 205px;*/
/*}*/

/*.column4 {*/
  /*width: 195px;*/
/*}*/

/*.column5 {*/
  /*width: 235px;*/
/*}*/

/*.column6 {*/
  /*width: 170px;*/
/*}*/

/*.column7 {*/
  /*width: 330px;*/
/*}*/

/*.column8 {*/
  /*width: 305px;*/
/*}*/

.table100 th {
  padding-top: 21px;
  padding-bottom: 21px;
}

.table100 td {
  padding-top: 8px;
  padding-bottom: 8px;
}

/*==================================================================
[ Fix col ]*/
.table100 {
  width: 100%;
  position: relative;
}

.table100-firstcol {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  width: 174px;
  top: 0;
  left: 0;
}

.table100-firstcol table {
  background-color: #fff;
}

.wrap-table100-nextcols {
  width: 100%;
  overflow: auto;
  padding-left: 174px;
  padding-bottom: 28px;
}

/*.table100-nextcols table{*/
  /*table-layout: fixed;*/
/*}*/

.shadow-table100-firstcol {
  box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.table100-firstcol table {
  background-color: transparent;
}

/*==================================================================
[ Ver1 ]*/

.table100.ver1 th {
  font-family: Roboto-Bold, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.table100.ver1 td {
  font-family: Roboto-Medium, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  height: 64px;
  box-sizing: initial;
  overflow:hidden;
}

/*.table100.ver1 td span{*/
  /*min-height: 50px;*/
  /*display: inline-block;*/
/*}*/

.table100.ver1 .table100-firstcol td {
  color: #333333;
}

.table100.ver1 .table100-nextcols td {
  color: #333333;
}


.table100.ver1 tr {
  border-bottom: 1px solid #f2f2f2;
}

thead:nth-child(1) .row100.head th{
  background-color: #f7f7f9;
}

.row100.hover td{
  background-color: #f7f7f9;
}

.table100-nextcols td{
  cursor: pointer;
}

.pagination{
  justify-content: center;
  background-color: #f7f7f9;
  padding: .3rem;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  -webkit-box-shadow: inset 0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow: inset 0px 15px 30px -15px rgba(0,0,0,0.3);
}

.page-button{
  position: relative;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.8em;
  color: #333333;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
  border-radius: .25rem;
  font-family: Roboto-Bold, sans-serif;
  font-size: 12px;
}

.pages-count{
  padding: .8rem .6rem 0;
  line-height: 1;
  font-family: Roboto-Medium, sans-serif;
  font-size: 12px;
}

.pages-count span{
  font-size: 14px;
  font-family: Roboto-Regular, sans-serif;
}

.daterangepicker .calendar th, .daterangepicker .calendar td{
  padding: .4rem .6rem;
}

.new-application{
  background-color: #92cd00;
  margin: 0 0 0 20px;
  color: #ffffff;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}
.new-application:hover{
  color: #ffffff;
  transform: translate(0,1px);
}

.preloader{
  position: fixed;
  z-index: 2000;
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 15px;
}

.preloader img{
  width: 60px;
}

.main-preloader{
  display: none;
  position: fixed;
  z-index: 2000;
  background-color: rgba(255,255,255,1);
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 15px;
}

.main-preloader img{
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}