#client_partner_setting .handle-order-higher,
#client_partner_setting .handle-order-lower
{
    display: none;
}

#client_preset{
	min-width: 255px;
	border: 0px solid #e5e5e5;
	box-shadow: 0 0px 0px rgba(0,0,0,.0);
	background: transparent;
}
#client_preset .hndle  , #client_preset .handlediv {
	display:none
}

#client_design{
	min-width: 255px;
	border: 0px solid #e5e5e5;
	box-shadow: 0 0px 0px rgba(0,0,0,.0);
	background: transparent;
}
#client_design .hndle  , #client_design .handlediv {
	display:none
}

#client_partner_add{
	min-width: 255px;
	border: 0px solid #e5e5e5;
	box-shadow: 0 0px 0px rgba(0,0,0,.0);
	background: transparent;
}
#client_partner_add .hndle  , #client_partner_add .handlediv {
	display:none
}

#client_shortcode_styles{
			background:#fff!important;
			box-shadow: 0 0 20px rgba(0,0,0,.2);
			}
#client_shortcode_styles .hndle , #client_shortcode_styles .handlediv{
display:none;
}
#client_shortcode_styles p{
color:#000;
font-size:15px;
}
#client_shortcode_styles input {
font-size: 16px;
padding: 8px 10px;
width:100%;
}

.ac_label{
	font-weight:bold;
	margin-bottom:10px;
	display: block;
}

.form-table td {
    padding: 0px; 
}


/* settings.php css */
.description {
	display:none
}
.acc_table tr{
border-bottom: 5px solid #F1F1F1;
}

.acc_table th{
	vertical-align: top;
    text-align: left;
    padding: 15px 10px 10px 0;
    width: 100%;
    line-height: 1.3;
    font-weight: 600;
    display: block;
	color: #555;
    font-size: 16px;
	}
	
	.acc_table td{    
	margin-bottom: 9px;
    
    line-height: 1.3;
    vertical-align: middle;
    display: block;
	}
	#accordion_setting {
  
    box-shadow: 0 0 6px rgba(0,0,0,.2) !important;
}
.size-slider{
	width: 70%;
	display:inline-block;
}
.slider-text {
   background-color: #ef4238!important;
    border-radius: 5px;
    font-size: 16px;
     padding-top: 2px;
    text-align: center;
    width: 46px !important;
    height: 34px;
    color: #fff !important;
    margin-left: 20px;
    border-color: #ffffff !important;
    margin-right: 0px;
    display: inline-block !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15) !important;
}


.setting_color .ui-state-default, .setting_color .ui-widget-content .ui-state-default {
    background-color: #fff;
    border: 0px solid #c5dbec;
    border-radius: 100%;
    cursor: move;
    height: 30px;
    left: 0;
    top: -9px;
    position: absolute;
    width: 30px;
    -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
}

.setting_color .ui-widget-content {
    border: 0px solid #a6c9e2;
    background: #a9acb1;
    color: #222222;
}

.setting_color .ui-widget-header {
    border: 0px solid #4297d7;
    background: #ef4238;
    color: #ffffff;
    font-weight: bold;
}
/* Radio Button Toggle css */ 
.switch {
 position: relative;
 height: 33px;
  width: 102px;
  background: ###;
  border:0px solid #f2f2f2;
  border-radius: 0px;
 -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50px;
  line-height: 31px;
  font-size: 16px;
  color:#000;
  text-align: center;
  font-weight:bold;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 0px;
}

.switch-label-on {
  padding-right: 0px;
}

.switch-input {
  display: none !important;
}

.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #ffffff !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.05s ease-out;
  -moz-transition: 0.05s ease-out;
  -o-transition: 0.05s ease-out;
  transition: 0.05s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 50px;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 33px;
  background: #E74B42;
  border-radius: 0px;
 background-color: #E74B42 !important;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#EA5B53), to(E74B42)) !important;
  background-image: -moz-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -ms-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA5B53), color-stop(100%, #E74B42)) !important;
  background-image: -webkit-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -o-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -linear-gradient(top, #EA5B53, #E74B42) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA5B53', endColorstr='#E74B42', GradientType=0) !important;
  border-color: #E74B42 !important;
  border-color: #E74B42 !important;
  -webkit-box-shadow: inset 0 1px 0 #E74B42,0 1px 0 rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 1px 0 #E74B42,0 1px 0 rgba(0,0,0,0.15) !important;
  
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  
}
.ac_tooltip, .ac_tooltip:hover{
	float: right;
    padding: 0px 12px 7px 12px;
    margin-bottom: 10px;
    background-color: transparent;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
    display: inline-block;
    border-radius: 50%;
	
}
 .ac_tooltip i{   font-size: 25px !important; color:#000;}
 .acc_table th label {
    width: 80%;
    overflow: hidden;
    display: inline-block;
	}
.wp-picker-container, .wp-picker-container:active{
display:block;
}

	.checked_temp_preset {
		position: absolute;
		background: #FF2300;
		color: #fff;
		top: -14px;
		right: 5px;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 29px;
		z-index: 999;
		font-size: 18px;
		border: 3px solid #fff;
	}
	.checked_temp_ {
		position: absolute;
		background: #FF2300;
		color: #fff;
		top: -14px;
		right: 5px;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 29px;
		z-index: 999;
		font-size: 18px;
		border: 3px solid #fff;
	}
	.nkcps_home_portfolio_showcase span{
		position: absolute;
		bottom: 0px;
		width: 30%;
		overflow: hidden;
		text-align: center;
		background: rgba(0,0,0,0.8);
		padding-top: 5px;
		padding-bottom: 5px;
		color: #fff;
		border-top-left-radius: 15px;
		font-size: 13px;
		right: 0;
	}
	.nkcps_home_portfolio_showcase span a{
		color:#fff;
		text-decoration:none;
	}
	.nkcps_home_portfolio_links{
		padding:13px;
		overflow:hidden;
		background: #EFEFEF;
		
	}
	.nkcps_home_portfolio_link_btn{
		
		padding:13px;
		overflow:hidden;
		background: ##337ab7;
		
		
	}
	.nkcps_home_portfolio_links h3{
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight:900;
	}
	.nkcps_home_portfolio_links .design_preset_btn{
		background:#F50000;
		border-color:#F50000;
	}
	
	.reduce
	{
		background-color:#d3d3d3 !important;
	}
	
	.nkcps_site_sidebar_widget_title2{
	
	margin-left: 9px;
    margin-right: 2px;
    background: #31a3dd;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 9px double #FFF;
    box-shadow: 8px 8px 15px rgba(0,0,0,.4);
	margin-bottom:10px;
}
.nkcps_site_sidebar_widget_title2 h5{
	color: #fff !important;
	margin: 0px !important;
}

.sel-icon-wrapper{
	
	-webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
	display:block;
	margin-bottom:20px;
	border : 3px solid transparent;
}
.sel-icon-wrapper.active{
	border : 3px solid #489643;
}
.sel-icon-wrapper:hover{
	border : 3px solid #489643;
}
.sel-icon-wrapper .lefti{
	
	padding: 5px;
	display:block;
	font-weight:900;
	    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid #C5C2C2;
}

.sel-icon-wrapper .righti{
    padding: 5px;
	font-size: 19px;
    display:block;
	font-weight:900;
    text-align: center;
}
.sel-icon-wrapper .checked {
	position: absolute;
    background: #489643;
	color: #fff;
    top: -8px;
    right: 0px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
	opacity:0;
}

.sel-icon-wrapper.active .checked{
	
	opacity:1;
}

.op_cl_icon_box{
	
	padding-left:5px !important;
	padding-right:5px !important;
	
}
.client-img-responsive{
height:100px;
width:100px;
}

.selected_label_color{
	color:#31a3dd;
}

/* Scroll To Top ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.nkcps_scrollup {
    width: 45px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 10px;
    right: calc(50% - 20px);
    display: none;
	border-radius: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    background: #E74B42;
    z-index: 9999;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.nkcps_scrollup i {
    line-height: 38px;
	font-size: 24px;
	vertical-align:middle;
}
.nkcps_scrollup:hover{
	opacity: 0.8;
}
a.nkcps_scrollup:hover i, a.nkcps_scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

.d-flex {
  display: flex;
}