/**
 * Spacer
*/
.break-05, .break-10, .break-15, .break-20, .break-25, .break-30, .break-35, .break-40, .break-45, .break-50, .break-60, .break-70, .break-80
{
    margin:0;
    padding:0;
    display:block;
}

.break-05
{
    height:5px;
}

.break-10
{
    height:10px;
}

.break-15
{
    height:15px;
}

.break-20
{
    height:20px;
}

.break-25
{
    height:25px;
}

.break-30
{
    height:30px;
}

.break-35
{
    height:35px;
}

.break-40
{
    height:40px;
}

.break-45
{
    height:45px;
}

.break-50
{
    height:50px;
}

.break-60
{
    height:60px;
}

.break-70
{
    height:70px;
}

.break-80
{
    height:80px;
}

/**
 * Header
*/
.wpbnd-header-plugin
{
	border:1px solid #dedede;
	border-bottom:0px;
	height:50px;
	line-height:50px;
	background:#ffffff;
	background:-moz-linear-gradient(top, #f9f9f9 0%, #ffffff 47%, #ededed 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 47%, #ededed 100%);
	background:linear-gradient(to bottom, #f9f9f9 0%, #ffffff 47%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0);
	padding:0px 20px;
}

.wpbnd-header-plugin .header-icon
{
	display:inline-block;
	font-size:18px;
	color:#545454;
	text-shadow:1px 1px 1px #ffffff;
	margin:0px 5px 0px 0px;
}

.wpbnd-header-plugin .header-text
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#545454;
	text-shadow:1px 1px 1px #ffffff;
}

/**
 * Text
*/
.wpbnd-txt-l
{
	text-align:left;
}

.wpbnd-txt-r
{
	text-align:right;
}

.wpbnd-txt-c
{
	text-align:center;
}

.wpbnd-txt-j
{
	text-align:justify;
}

/**
 * General
*/
.wpbnd-wrapper
{
	width:100%;
	margin:20px auto 30px auto;
}

.wpbnd-wrapper .wpbnd-container
{
	position:relative;
	padding:0px
	margin:0px;
}

/**
 * Tabs Wrapper
*/
.wpbnd-tabs
{
	padding:0px;
	margin:0px;
}

.wpbnd-tabs .tabs-main
{
	padding:0px;
	border:1px solid rgba(0,0,0,.2);
	background:#ffffff;
	box-shadow:0 1px 3px rgba(0,0,0,.1);
}

.wpbnd-tabs .tabs-main .tab-section
{
	padding:0px;
	border-top:1px solid #dedede;
	margin-top:-1px;
	background-color:#f9f9f9;
}

.wpbnd-tabs .tabs-main .tab-label
{
	display:inline-block;
	height:50px;
	line-height:50px;
	font-weight:500;
	text-align:center;
	padding:0px;
	border:1px solid transparent;
	border:2px solid transparent;
}

.wpbnd-tabs .tabs-main .tab-label.active
{
	border:1px solid #dedede;
	border-top:2px solid #00aaff;
	border-bottom:2px solid #f9f9f9;
	background-color:#f9f9f9;
}

.wpbnd-tabs .tabs-main .tab-label.active a,
.wpbnd-tabs .tabs-main .tab-label.active a:hover
{
	color:#0084c8;
}

.wpbnd-tabs .tabs-main .tab-label a
{
	display:inline-block;
	height:100%;
	padding:0px 25px;
	text-transform:uppercase;
	text-decoration:none;
}

.wpbnd-tabs .tabs-main .tab-label a:hover
{
	text-decoration:none;
}

.wpbnd-tabs .tabs-main .tab-label a i
{
	display:inline-block;
	margin-right:5px;
	font-size:16px;
}

.wpbnd-tabs .tabs-main .tab-label a span
{
	text-transform:uppercase;
}

.wpbnd-tabs .tabs-main .tab-label:before
{
	font-family:fontawesome;
	font-weight:normal;
	margin-right:10px;
}

.wpbnd-tabs .tabs-main .tab-label.tab1 { border-left:0px; }
.wpbnd-tabs .tabs-main .tab-label.tab2 { /* No Rule */ }
.wpbnd-tabs .tabs-main .tab-label.tab3 { /* No Rule */ }
.wpbnd-tabs .tabs-main .tab-label.tab4 { /* No Rule */ }

.wpbnd-tabs .tabs-main .tab-label:hover
{
	color:#789;
	cursor:pointer;
}

@media screen and (max-width:800px)
{
	.wpbnd-tabs .tabs-main .tab-label
	{
		font-size:0;
	}

	.wpbnd-tabs .tabs-main .tab-label:before
	{
		margin:0;
		font-size:18px;
	}
}

@media screen and (max-width:500px)
{
    .wpbnd-tabs .tabs-main .tab-label a i
    {
    	display:none;
    }
}

/**
 * Notice Wrapper
*/
.wpbnd-notice
{

	color:white;
	opacity:1;
	transition:opacity 0.6s;
	margin:0px;
	padding:20px;
}

.wpbnd-notice.wrong
{
	background-color:#f44336;
}

.wpbnd-notice.success
{
	background-color:#4CAF50;
}

.wpbnd-notice.info
{
	background-color:#2196F3;
}

.wpbnd-notice.warning
{
	background-color:#ff9800;
}

.wpbnd-notice .close-btn
{
	margin-left:15px;
	color:white;
	font-weight:bold;
	float:right;
	font-size:22px;
	line-height:20px;
	cursor:pointer;
	transition:0.3s;
}

.wpbnd-notice .close-btn:hover
{
	color:black;
}

.wpbnd-notice a
{
	color:#ffffff;
}

.wpbnd-notice a:hover
{
	color:#ffffff;
}

/**
 * Form Wrapper
*/
.wpbnd-form
{
	padding:0px;
	margin:0px;
}

.wpbnd-form .subfield
{
	display:none;
}

.wpbnd-form .subfield .show
{
	display:block;
}

.wpbnd-form .field
{
	padding:20px;
	margin:0px;
    border-bottom:1px solid #dedede;
}

.wpbnd-form .field:hover
{
    background-color:rgba(55, 140, 240, 0.1);
    -webkit-transition:background-color 1000ms linear;
    -ms-transition:background-color 1000ms linear;
    transition:background-color 1000ms linear;
    border-bottom:1px solid #dedede;
}

.wpbnd-form .field .label
{
	display:block;
	width:100%;
	font-weight:bold;
	margin-bottom:10px;
	padding:0px 15px 0px 0px;
	text-transform:uppercase;
}

.wpbnd-form .field small
{
	display:block;
	width:100%;
	font-size:13px;
	font-style:italic;
	padding:5px 0px;
}

.wpbnd-form .field select,
.wpbnd-form .field input[type=text],
.wpbnd-form .field input[type=email]
{
    display:block;
    width:100%;
    min-width:100%;
    font-size:15px;
    color:#333;
    padding:8px 5px;
    border:1px solid #dedede;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
    height:45px;
    min-height:45px;
}

.wpbnd-form .field textarea
{
    display:block;
    width:100%;
    min-width:100%;
    font-size:15px;
    color:#333;
    padding:8px 5px;
    border:1px solid #dedede;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
    min-height:100px;
}

.wpbnd-form .form-footer
{
	padding:20px;
	margin:0px;
    border:0px;
    border-top:1px solid #ffffff;
    background-color:#f9f9f9;
}

/**
 * Table Wrapper
*/
.wpbnd-table
{
	padding:0px;
	margin:0px;
	border-top:1px solid #f9f9f9;
}

.wpbnd-table .widefat
{
	border:0px;
	border-bottom:1px solid #cccccc;
}

.wpbnd-table .widefat thead
{
    background-color:#f9f9f9;
}

.wpbnd-table .widefat thead tr th
{
    font-weight:bold;
}

.wpbnd-table .widefat thead tr th,
.wpbnd-table .widefat tfoot tr th
{
    text-transform:uppercase;
    font-size:12px;
}

.wpbnd-table .widefat thead tr,
.wpbnd-table .widefat tbody tr,
.wpbnd-table .widefat tfoot tr
{
    height:50px;
}

.wpbnd-table .widefat thead tr th,
.wpbnd-table .widefat tbody tr td,
.wpbnd-table .widefat tfoot tr th
{
	line-height:50px;
    padding:0px 10px;
}

.wpbnd-table .widefat tfoot tr th
{
	background-color:#f9f9f9;
	font-weight:normal;
}

.wpbnd-table .widefat tfoot tr.total th
{
	color:#f44336;
	font-size:16px;
}

.wpbnd-table .widefat tfoot tr.query th
{
	color:#4CAF50;
	font-size:16px;
}

.wpbnd-table .table-form
{
	text-align:center;
	height:50px;
}

.wpbnd-table .table-form input[type="submit"]
{
	vertical-align:middle;
}

.wpbnd-table .form-footer
{
	padding:20px;
	margin:0px;
    border:0px;
    border-top:1px solid #ffffff;
    background-color:#f9f9f9;
}

/**
 * Datatables Wrapper
*/
.wpbnd-datatables
{
	padding:20px 30px;
	margin:0px;
	border-top:1px solid #f9f9f9;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_length,
.wpbnd-datatables .dataTables_wrapper .dataTables_filter
{
	margin:0px 0px 15px 0px;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_filter label input
{
	padding:10px 5px;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_length select
{
	display:inline-block;
	color:#333;
  	font-size:14px;
  	height:35px;
  	line-height:35px;
  	margin:0px 5px;
  	padding:0px 20px 0px 10px;
  	-webkit-appearance:none;
  	-moz-appearance:none;
  	appearance:none;
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23DEDEDE'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size:12px;
	background-position:calc(100% - 10px) 15px;
	background-repeat:no-repeat;
	background-color:#f2f3f2;
	border:1px solid #dedede;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_length select:focus
{
	background-color:#f0f0f0;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_filter label input
{
  height:35px!important;
  background-color:#f2f3f2;
  border:1px solid #dedede;
}

.wpbnd-datatables .dataTables_wrapper .dataTable
{
	margin:20px 0px;
	border:1px solid #dedede;
}

.wpbnd-datatables .dataTables_wrapper .dataTable thead tr th
{
	border-bottom:1px solid #dedede;
}

.wpbnd-datatables .dataTables_wrapper .dataTable tbody tr td .thumb
{
	border:1px solid #dedede;
	padding:4px;
	width:90px;
	height:90px;
}

.wpbnd-datatables .dataTables_wrapper .dataTable tfoot tr th
{
	border-top:1px solid #dedede;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_paginate
{
	border:1px solid #dedede;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_paginate .paginate_button
{
	padding:10px 20px;
	color:#333;
	border:0px;
	background:none;
	background-color:#f2f3f2;
	margin:0px;
	border-right:1px solid #dedede;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
	padding:10px 20px;
	background-color:#f0f0f0;
}

.wpbnd-datatables .dataTables_wrapper .dataTables_paginate .paginate_button.next:last-of-type
{
    border-right:0px;
}

.wpbnd-datatables .dataTables_wrapper .button
{
    margin:2px 5px;
    width:85px;
}

.wpbnd-datatables .dataTables_wrapper .button-danger
{
    background-color:#d9534f;
    border:1px solid #a71310;
    color:#ffffff;
}

/**
 * Native Table
*/
.wpbnd-datatables form .wp-list-table thead tr th#thumb
{
	width:60px;
	text-align:center;
}

.wpbnd-datatables form .wp-list-table thead tr th#size
{
	width:150px;
	text-align:center;
}

.wpbnd-datatables form .wp-list-table thead tr th#load
{
	width:150px;
	text-align:center;
}

.wpbnd-datatables form .wp-list-table thead tr th#dimensions
{
	width:150px;
	text-align:center;
}

.wpbnd-datatables form .wp-list-table thead tr th#type
{
	width:200px;
	text-align:center;
}

.wpbnd-datatables form .wp-list-table thead tr th#action
{
	width:150px;
	text-align:center;
}

.wpbnd-datatables form .wp-list-table tbody tr th,
.wpbnd-datatables form .wp-list-table tbody tr td
{
	vertical-align:middle;
}

.wpbnd-datatables form .wp-list-table tbody tr td:nth-child(4),
.wpbnd-datatables form .wp-list-table tbody tr td:nth-child(5),
.wpbnd-datatables form .wp-list-table tbody tr td:nth-child(6),
.wpbnd-datatables form .wp-list-table tbody tr td:nth-child(7),
.wpbnd-datatables form .wp-list-table tbody tr td:nth-child(8)
{
	text-align:center;
}

.wpbnd-datatables form .wp-list-table tfoot tr th:nth-child(2),
.wpbnd-datatables form .wp-list-table tfoot tr th:nth-child(4),
.wpbnd-datatables form .wp-list-table tfoot tr th:nth-child(5),
.wpbnd-datatables form .wp-list-table tfoot tr th:nth-child(6),
.wpbnd-datatables form .wp-list-table tfoot tr th:nth-child(7),
.wpbnd-datatables form .wp-list-table tfoot tr th:nth-child(8)
{
	text-align:center;
}

.wpbnd-datatables form .wp-list-table tbody tr th input[type=checkbox]
{
	margin-bottom:25px;
}

.wpbnd-datatables form .wp-list-table tbody tr td .thumb
{
	border:1px solid #dedede;
	padding:4px;
	width:50px;
	height:50px;
}

/**
 * Toggle Button
*/
.onoffswitch
{
	margin:10px 0px 5px 0px;
	position:relative;
	width:75px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}

.onoffswitch-checkbox
{
	display:none!important;
}

.onoffswitch-label
{
	display:block;
	overflow:hidden;
	cursor:pointer;
	border:2px solid #999999;
	border-radius:0px;
}

.onoffswitch-inner
{
	display:block;
	width:200%;
	margin-left:-100%;
	transition:margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after
{
	display:block;
	float:left;
	width:50%;
	height:30px;
	padding:0;
	line-height:26px;
	font-size:13px;
	color:white;
	font-family:Trebuchet, Arial, sans-serif;
	font-weight:bold;
	box-sizing:border-box;
	border:2px solid transparent;
	background-clip:padding-box;
}

.onoffswitch-inner:before
{
	content:"ON";
	padding-left:12px;
	background-color:#339E3C;
	color:#ffffff;
}

.onoffswitch-inner:after
{
	content:"OFF";
	padding-right:8px;
	background-color:#C26969;
	color:#ffffff;
	text-align:right;
}

.onoffswitch-switch
{
	display:block;
	width:25px;
	margin:0px;
	background:#999999;
	position:absolute;
	top:0;
	bottom:0;
	right:50px;
	transition:all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner
{
	margin-left:0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch
{
	right:0px;
}

/**
 * Radio Box
*/
.radiobox
{
	display:block;
	position:relative;
	padding-left:25px;
	margin-bottom:12px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
    font-size:15px;
}

.radiobox input
{
	position:absolute;
  	opacity:0;
  	cursor:pointer;
}

.radiobox .checkmark
{
	position:absolute;
	top:0;
	left:0;
	height:16px;
	width:16px;
	background-color:#cecece;
	border-radius:50%;
	border-color:#cacaca;
}

.radiobox:hover input ~ .checkmark
{
	background-color:#dadada;
}

.radiobox input:checked ~ .checkmark
{
	background-color:#2196F3;
}

.checkmark:after
{
	content:"";
	position:absolute;
	display:none;
}

.radiobox input:checked ~ .checkmark:after
{
	display:block;
}

.radiobox .checkmark:after
{
	top:5px;
	left:5px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:white;
}

/**
 * Red Mark
*/
.redmark
{
    display:inline-block;
    margin-left:5px;
    font-weight:normal;
}

.redmark span
{
    color:red;
}