html,body{font-family:arial,tahoma}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active.hurkanSwitch-switch-item-status-off{
	padding-right:15px;
	padding-left:32px;
	background:#b2b2b2;
	color:#fff;
	text-align:right;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active.hurkanSwitch-switch-item-status-on{
	padding-right:32px;
	padding-left:15px;
	background-color:#75b936;
	color:#fff;
	text-align:left;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active{
	opacity:1;
	display:block;

}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active{ 
	opacity:1; 
}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active .lbl{ 
	opacity:1; 
	animation-name: active;
	animation-duration: 0.5s;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item{
	line-height:16px;
	font-size:100%;
	opacity:0;
	display:none;
	border-radius:30px;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	box-shadow:0px 0px 2px #777777 inset;
	height:25px;
	    box-sizing: border-box;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item:hover{ 
text-decoration:none;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-off>.hurkanSwitch-switch-cursor-selector{
left:5px;
}	
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-on>.hurkanSwitch-switch-cursor-selector{ 
right:5px;
}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-on>.hurkanSwitch-switch-cursor-selector{ 
animation-duration: 0.5s;
animation-name:right;

}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-off>.hurkanSwitch-switch-cursor-selector{ 
animation-duration: 0.5s;
animation-name:left;

}
@keyframes left {
    0%  {left: 100%;}
    100% {left:5px;}
}
@keyframes right {
   0%  {right: 100%;}
    100% {right:5px;}
}
@keyframes active {
    0%  {opacity: 0;}
    100%  {opacity: 1;}
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item>.hurkanSwitch-switch-cursor-selector{ 
height:18px;
position:absolute;
top:4.5px;
width:18px;
margin-top:-1px;
box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
display:block;
content:"";
border-radius:100%;
background:#fff
}
.hurkanSwitch-switch-plugin.hurkanSwitch-switch-input{
	display:none
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-success{
	background-color:#75b936 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-warning{
	background-color:#f0ad4e !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-info{
	background-color:#5bc0de !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-default{
	background-color:#fff !important;
	color:#777 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-default>.hurkanSwitch-switch-cursor-selector{
	border:1px solid #eee !important;
	margin-top:-2.2px
}

.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-primary{
	background-color:#0275d8 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-danger{
	background-color:#d90909 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.disabled{
	    opacity: 0.65;
    filter: alpha(opacity=65);
	cursor:default
}
.hurkanSwitch>.hurkanSwitch-switch-box{
	cursor:pointer;
	overflow:hidden;
	border:0px solid #ddd;
	padding:0px;
	display:inline-block;
	width:auto;
}
.hurkanSwitch{display:inline-block}
.hurkanSwitch.switch-responsive{display:block}
.hurkanSwitch.switch-responsive>.hurkanSwitch-switch-box{display:block !important}





.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
		    padding: 5px 8px;
		    text-align: left;
	    }
	    .ul-flags{
		    list-style: none;
		    margin: 0px;
		    padding: 0px;
	    }
	    
	    .label a{
		    color:#FFF;
	    }
.sidebar-content li ul li a{
	font-weight: 300;
}
.cropit-image-preview .error-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background: rgba(210,65,72,0.8);
    line-height: 1.5;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.cropit-image-preview.has-error .error-msg {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}	
.cropit-image-preview {
	background-color: #f8f8f8;
	background-size: cover;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 7px;
	height: 200px;
	cursor: move;
	margin: auto;
}
.image-editor{
	margin-bottom: 10px;
}
.image-editor input[type="range"]{
	display: none;
}

input[type="range"], .cropit-image-preview{
 	width: 300px;
}

.cropit-image-background {
	opacity: .2;
	cursor: auto;
}


.sidebar .closed + .opened{
	display: none !important;
}
.footer{
	margin-top: 12px;
	color: rgba(255,255,255,0.5);
}
.footer span{
	display: block;
	text-align: center;
	width: 100%;
	color: rgba(255,255,255, 0.3);
}
.footer span a{
	color: rgba(255,255,255,0.5);
}
.footer-ul{
	padding: 0px;
	list-style: none;
}
.footer-ul li{
	display: block;
	width: 100%;
	text-align: center;
}
.footer-ul .ft-hvr:hover{
	background-color: rgba(0,0,0,0.2);
}
.footer-ul .ft-hvr:hover a{
	color: #fff;
}
.footer-ul li.active {
	background-color: rgba(0,0,0,0.2);
}
.footer-ul li.active a{
	color: #fff;
}
.footer-ul li .ft-a{
	position: relative;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	border-bottom: solid thin rgba(0,0,0,0);
	cursor: pointer;
	padding: 5px 30px 0px 25px;
}
.footer-ul li a:hover{
	color: #FFF;
}
.navbar h4{
	display: inline-block;
}
.navbar h4 a{
	padding-top: 6px;
    display: block;
}

#addMorePD input[type='file']{
	display: inline-block;
}

.previewImg-S{
	width: 70px;margin: auto;display: none;
}

#addMorePD .previewImg-S{
	display: inline-block !important;
    vertical-align: top;
    visibility: hidden;
}
.panel.white{
	min-height: 100px;
	overflow: hidden;
}
.dropzone.dz-clickable{
	    border: 2px dashed #D2D2D2;
    border-radius: 5px;
    background: #fefefe;
}
.dz-message.needsclick{
	color: #B1B1B1;
}
.disable-btn{
	background-color: rgba(255,255,255,0.5);
    display: inline-block;
    position: absolute;
}
#content-main{
	    overflow-x: hidden;
}
.form-control.parsley-error, .parsley-errors-list + .select2 > .selection > .select2-selection{
	border: 1px solid #a94442;
}
.parsley-errors-list{
		list-style: none;
/*         float: left; */
        padding-left: 0px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: table-footer-group;
        padding: 0px;
        margin: 0px;
      }
      .parsley-errors-list li {
        font-size: 13px;
        color: #a94442;
        text-align: left;
        padding: 5px 0px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
      }
      .input-group .parsley-errors-list{
	      float: left;
      }
      .navbar-options > ul > li > ul{
	      min-width: 165px;
      }
      body[dir='rtl'] .col-md-10{
	      float: right;
      }
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
	background-position: center left !important;
	padding-left: 20px;
}