.onoffswitch {
        position: relative; width: 90px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
   td .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #999999; border-radius: 20px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.1s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "On";
        padding-left: 10px;
        background-color: #006799; color: #FFFFFF;
        text-transform: uppercase;
    }
    .onoffswitch-inner:after {
        content: "Off";
        padding-right: 10px;
        background-color: #EEEEEE; color: #000000;
        text-align: right;
        text-transform: uppercase;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 6px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 56px;
        border: 2px solid #999999; border-radius: 20px;
        transition: all 0.1s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }
.wrap input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.2);
  /* Webkit browsers*/
  -webkit-transform: scale(1.2);
}
.tabs {
	position: absolute;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	/*font-size: 1.25em;*/
}
/* Nav */
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	text-decoration: none;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}
/* Content */
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: left;
}
.content-wrap section.content-current {
	display: block;
	background: #fff;
}
/*****************************/
/* Top Line */
/*****************************/
.tabs-style-topline {
	max-width: 1000px;
}
.tabs-style-topline nav li {
	border: 1px solid rgba(40,44,42,0.1);
	border-bottom: none;
	border-left: none;
}
.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}
.tabs-style-topline nav li.tab-current {
	border-top-color: #006799;
	border-bottom: none;
}
.tabs-style-topline nav a {
	padding: 0em 0 0.8em;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
	color: #0085ba;
}
.tabs-style-topline nav li.tab-current a {
	background: #fff;
	box-shadow: inset 0 3px 0 #006799;
	color: #0085ba;
}
.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}
.tabs-style-topline nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 15px;
}
ol, ul
{
	padding: 20px;
}
p
{
	font-size: 15px;
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary
{
	font-size: 18px;
	margin-right: 21px;
	padding: 17px;
	line-height: 0;
	height: 0;
}
label
{
	color: #333;
}
.notice-success, div.updated
{
	border-left-color: #006799 !important;
	padding: 15px;
	font-size: 18px;
}
label
{
	font-size: 15px !important;
}
.fa-facebook
{
	font-size: 22px !important;
	padding-right: 10px;
	color: #3b5998;
}
.fa-twitter
{
	font-size: 22px !important;
	padding-right: 10px;
	color: #55acee;
}
.fa-linkedin
{
	font-size: 22px !important;
	padding-right: 10px;
	color: #417399;
}
.fa-reddit
{
	font-size: 22px !important;
	padding-right: 10px;
	color: #ff4500;
}
.fa-pinterest
{
	font-size: 22px !important;
	padding-right: 10px;
	color: #C92228;
}
.fa-google-plus
{
	font-size: 22px !important;
	padding-right: 10px;
	color: #dd4b39;
}
.fa-arrows
{
	background: #fff;
	padding: 5px;
	margin-right: 20px;
	border-radius: 2px;
	cursor: pointer;
}
.fa-print
{
	font-size: 22px !important;
	padding-right: 10px;
}
.fa-envelope-o
{
	font-size: 22px !important;
	padding-right: 10px;
}
#wpfooter
{
  position: relative;
 margin-top:1500px !important; 
}
table {
  border-collapse: collapse;
  margin-bottom: 5px;
}
.table-data {
	background: #f1f1f1;
  	border-width: 0;
	border-bottom: 1px solid #B8B8B8;
	font-weight: normal !important;
  	padding: 15px;
	text-align: left;
	vertical-align: middle;
	width: 70%;
	cursor: move;
}
tr
{
  background: #ffffff;
  box-shadow: 0px 3px 0px #fff !important;
 -webkit-box-shadow: 0px 3px 0px #fff !important;
}
.themelist{
	height:600px;
	overflow-y:scroll;
}