.nav-tabs {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid transparent;
	font-size: 15px;
    font-style: oblique;	
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    float: left;
    text-decoration: none
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-color: transparent
}

.tab-content>.tab-pane {
    float: left;
    width: 100%;
    display: none
}

.tab-content>.tab-pane.active {
    display: block;
    /* padding: 10px; */
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15)
}

div.ui-toggle {
    margin: 0;
    padding: 0
}

div.ui-toggle input[type='checkbox'] {
    display: none
}

div.ui-toggle input[type='checkbox']:checked+label {
    border-color: #009eea;
    background: #009eea;
    -webkit-box-shadow: inset 0 0 0 10px #009eea;
    box-shadow: inset 0 0 0 10px #009eea
}

div.ui-toggle input[type='checkbox']:checked+label>div {
    margin-left: 20px
}

div.ui-toggle label {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #8c8c8c;
    -webkit-box-shadow: inset 0 0 0 0 #009eea;
    box-shadow: inset 0 0 0 0 #009eea;
    border: 2px solid #8c8c8c;
    border-radius: 22px;
    width: 40px;
    height: 20px
}

div.ui-toggle label div {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 10px
}

div.ui-toggle label:hover,
div.ui-toggle label>div:hover {
    cursor: pointer
}

div.ui-toggle.mb-10 {
    margin-bottom: 10px
}

.cpt-table {
    width: 100%;
    border-spacing: 5px;
    text-align: left
}

.cpt-table,
.cpt-table th,
.cpt-table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px
}

.cpt-table th {
    background-color: #f5f5f5
}

.text-center {
    text-align: center
}

.inline-block {
    display: inline-block
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.w-50 {
    width: 49%
}

.inline {
    display: inline-block
}

.meta-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px
}

.meta-container {
    display: block;
    margin-top: 20px
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.tab-1-main{
	display: flex;
    flex-direction: row;
    text-align: justify;
	margin-bottom:20px;
}
.tab-1-main>.inner-main-1{
	font-size: 15px;
    margin-right: 50px;
    padding-top: 2px;
    font-weight: 500;
	width:30%;
}
.row>.inner-main-1{
	font-size: 15px;
    margin-right: 50px;
    padding-top: 2px;
    font-weight: 500;
	width:40%;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  border: 1px solid #ccc;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row>.col-75{
	margin: 10px 0px;
}
.container{
    padding: 20px;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom:10px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}


#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}