.selectedrow{
	background-color: #e1ce68 !important;
}

.selectedrow-parent{
	background-color: #e6edfd !important;
}

.btn_ios{
	width: 90px;
	background-color: #1f2937 !important;
	color: white;
	font: 500 12px / 31px "Roboto", sans-serif !important;
}

.body{
	/* font-family: "Roboto",sans-serif !important; */
	font: 100 12px 'PT Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}

.row-top{
	margin-top: 70px;
}

.fa{
	font-size: 16px;
}

.column-fix{
	width: 1%;
	white-space: nowrap;
}

tr > th{
  text-align: center !important;
	vertical-align: middle !important;
}

ul.sidebar-nav {
  overflow: hidden;
  /* background: #e6e6e6; */
  li {
    border-top: thin solid #ccc;
    position: relative;

  }
  a {
    padding: 40px 0 40px 20px;
    width: 100%;
    display: table;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
   -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    &:hover {
      background: #eee;
      color: #999;
    }
  }
  li.has-ul a {
      &:after {
      font-family: "Ionicons";
      content: ('\f35f');
      color: #888;
      position: absolute;
      right: 0;
      top: 0;
      padding: 40px 20px 0;
      //transition: all 0.01s;
    }
  }
}

ul.sub-ul {
  display: none;
  /* background-color: #f6f6f6; */
  li {
    border-bottom: solid thin #eee;
    a {
    &:after {
      display: none;
      }
    }
  }
}
li.active {
  border-bottom: red;
	font-weight: bold;
}
 ul.sidebar-nav li.active a:after {
      content: ('\f365');
}

.label-green{
	background-color: green;
	padding: 2px 15px 2px 15px;
	border-radius: 10px;
	color: white;
}

.label-red{
	background-color: red;
	padding: 2px 15px 2px 15px;
	border-radius: 10px;
	color: white;
}

.label-yellow{
	background-color: yellow;
	padding: 2px 15px 2px 15px;
	border-radius: 10px;
	color: white;
}

.text-center{
	text-align: center !important;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.green{
	color: green;
}

.red{
	color: red;
}

.block{
	display: block !important;
}

.pb-5{
	padding-bottom: 5px;
}

.pl-5{
	padding-left: 5px;
}

.w-100{
	width: 100%;
}

.mb-5{
	margin-bottom: 5px;
}

.pt-5{
	padding-top: 5px;
}

.mt-0{
	margin-top: 0px !important;
}

.mt-5{
	margin-top: 5px !important;
}

.ml-0{
	margin-left: 0px !important;
}

.mb-10{
	margin-bottom: 10px !important;
}

.parsley-required{
	color: red !important;
	font-size: 11px !important;
}

.pl-20{
	padding-left:20px !important;
}

.pb-20{
	padding-bottom:20px !important;
}

.text-end{
	text-align: right !important;
}

.text-center{
	text-align: center !important;
}

.pd-0{
	padding: 0px 0px 0px !important;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.date-strect{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-right: 0px;
	width: 90px !important;
}

.input-text-clear{
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	background-color: transparent !important;
	box-shadow: unset;
	font-weight: bold;
}
