input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vcbtn{
	border: 1px solid #bbbbbb;
    color: black;
    max-width: 190px;
    min-width: 190px;
    cursor: unset !important;
    user-select: all !important;
	text-align:left;
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
	font-weight:bold;
}
.bgred{
	background-color:red !important;
	color:#fff !important;
}
.vcbtn:hover{
	color: black;
}
.stbbtn{
	border: 1px solid #5d5b5b;
    background: #5d5b5b;
    color: #fff;
	max-width:150px;
	min-width:150px;
	cursor:unset !important;
	user-select:all !important;
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
	font-weight:bold;
}
.stbbtn:hover{
	color: #fff;
}
.vcpack{
	    border: 1px solid black;
    background: #f4d104;
    color: black;
	max-width:50px;
	min-width:50px;
	cursor:unset !important;
	user-select:all !important;
	font-weight:bold;
}
.vcpack:hover{
	color: black;
}
.verticalalign{
	vertical-align:middle !important;
}
.nameoverflowcss{
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 150px;
    min-width: 150px;
    color: #3366c8;
    font-weight: bold;
    cursor: pointer;
    border: unset !important;
    background-color: unset !important;
	text-align:left;
}
.addressoverflowcss{
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 150px;
    min-width: 150px;
    border: unset !important;
    background-color: unset !important;
	text-align:left;
	font-weight:bold;
}
.duebtn{
	border: 1px solid #3b86fe;
    background: transparent;
    color: black;
    max-width: 85px;
    min-width: 85px;
	cursor:unset !important;
	user-select:all !important;
	font-weight:bold;
}
.duebtn:hover{
	color: black;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#sidebar .slimScrollBar {
	position: absolute;
    top: 0px;
    opacity: 1.5;
    display: none;
    border-radius: 7px;
    z-index: 121;
    right: 1px;
    height: 413.988px;
    background: #3b86fe !important;
    width: 3px !important;
    color: #3b86fe !important;
}
.dt-button-background{
	display:none !important;
}
.mychecboxesdesign{
	width: 20px;
    height: 20px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.pleasewait {
    display:    none;
    position:   fixed;
    z-index:    1055;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../themeassets/img/loader.gif') 
                50% 50% 
                no-repeat;
}
.pleasewait h1{
	top: 53%;
    left: 45%;
    position: fixed;
    z-index: 1055;
    opacity: .5;
    color: #353535;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .pleasewait {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .pleasewait {
    display: block;
}
.filterable input[type=checkbox]{
	width:20px;
	height:20px;
}
.f-s-24{
	font-size:18px;
}
.image-upload>input {
  display: none;
}
.image-upload:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.image-upload:hover .overlay{
	opacity:1;
}
.overlay{
	opacity:0;
}
.overlay .icon i{
	position:absolute;
}
.blinkingwt {
    color: white;
    animation: blinker 1s linear infinite;
}
.ch_btn{
	font-size: 10px;
    background: bisque;
    border: 1px solid #d0a068;
    box-shadow: 0px 0px 5px 0px #c5c2c2;
    border-radius: 8px;
	cursor:pointer;
	-webkit-animation: blink .5s step-end infinite alternate;
}
.blinkingborder{
	-webkit-animation: blink .5s step-end infinite alternate;
}
@-webkit-keyframes blinkwt{ 50% { border-color: #fff; }  }
@-webkit-keyframes blink { 50% { border-color: #ff0000; }  }
.btn_design{
border-top-left-radius: 14px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 40px;
}
.mx_hgt{
	max-height:500px;
}
 .ticket_div{
	 border: 1px solid #ea6565;
    box-shadow: 0px 0px 3px 0px red;
    /* border-radius: 6px; */
    -webkit-animation: blinkRed 1.0s infinite;
    -moz-animation: blinkRed 1.0s infinite;
    -ms-animation: blinkRed 1.0s infinite;
    -o-animation: blinkRed 1.0s infinite;
    animation: blinkRed 1.0s infinite;
}
@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}  
@keyframes blinker {
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.searchbarfilterdiv{
    display: table-cell;
    float: right;
    text-align: right;
    position: relative;
    top: -30px;
}
.disp_tb{
    display:table;
}
.disp_tbcell{
    display:table-cell;
}
.pad_2{
    padding:2px;
}
.toolstips{
    cursor:pointer !important;
}
.searchbtnfilter{
    position: relative;
    top: -34px;
    padding: 8px;
    background: #3b86fe;
    cursor: pointer;
    color: #fff;
    border: unset;
    box-shadow: 0px 0px 2px 0px #3b86fe6b;

}
.customhgt{
	max-height:200px;
	overflow:auto;
}
.star{
	color:red !important;
}
body .daterangepicker{
    z-index: 1600!important;
}
.profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgb(255, 255, 255) 0,rgb(255, 255, 255) 100%);
}
.profile-header .profile-header-content {
    color: black;
}
.brdradius_unset{
	border-radius:unset !important;
}
.profile-header-img{
	height:200px !Important;
}
.imagesrc{
	min-height: 105px;
    max-height: 105px;
	width:100%;
	border: 4px solid #dcd9d9;
}
.fnt_10{
	font-size:10px;
}

.brdr{
	border:1px solid #cac8c8;
}
.pad_tp_10{
	padding-top:10px;
}
.brdr_grey{
	    border: 1px solid #d6cfcf;
}
.mrgn_tp_15{
	margin-top:15px;
}
.bg_grey{
    background: #ebedef !important;
}
.reddish{
	
    min-height: 3px;
    background-color: red;
    /*box-shadow: 0px 0px 12px 0px #eaa6a6;*/
    /* margin: 0; */
    margin-top: 0px;
}
.pd_packs{
	padding-left: 16px;
    padding-top: 10px;
    padding-right: 10px;
    list-style: none;
}
.ac_div{
	padding-bottom: 15px;
    margin: 0px;
    padding-top: 10px;
    margin-top: 10px;
    border: 1px solid #d8d3d3;
    border-radius: 8px;
}
.mxwdt_80{
	max-width:80%;
}
.all_broadcasterlist,.all_genrelist ,.all_broadcasterchlist ,.all_langlist,.alltypech {
	word-break: break-word;
}
.radio label{
	cursor:pointer;
}
.checkbox label{
	cursor:pointer;
}
.width-250{
	width:250px !important;
}
.disp_blk{
	display:block;
}
.wdth_100{
	width:100%;
}
.mrgn_tp_btm{
	margin-top: 10px;
    margin-bottom: 10px;
}
.pd_left_rgt_0{
	padding-left:0px;
	padding-right:0px;
}
.totprice{
	padding: 5px;
	background: linear-gradient(to right, #faf605,#f5ed15);
    color: #212121;
	border:1px solid;
	border-radius:10px;
	margin:0px;
	margin-bottom: 10px;
}
.hght_25{
	height:25px;
}
table{
	width:100% !important;
}
.clr_red{
	color:red;
}
.clr_lgtbl{
	color:#2a96bf;
}
.clr_green{
	color:green;
}
.fnt_14{
	font-size:14px;
}
.fnt_bld{
	font-weight:bold;
}
.min_hgt_250{
	min-height:250px;
}
.min_hgt_130{
	min-height:315px;
}
.min_hgt_210{
	min-height:210px;
}
.min_hgt_330{
	min-height:250px;
}
.custmin_hgt{
	max-height: 600px;
    overflow: auto;
    min-height: auto;
}
.hidez{
	display:none;
}
.black{
color:black;
}

.topay{
	border: 4px solid white;
    box-shadow: 0px 0px 6px 0px grey;
    background-color: red;
    color: #fff !important;
    padding: 1px;
    padding-left: 10px;
	font-size: 16px;
    font-weight: bold;
}
.pad_10{
	padding:10px;
}
label{
	word-break:break-word;
}
.in_input{
    max-height: 25px;
    padding: 2px;
}
.pd_10{
	padding-bottom:10px;
}
.no_mrgn{
	margin:0;
}
.no_mrgn_btm{
	margin-bottom:0px;
}
.no_pad{
	padding:0px !important;
}
.min_hgt_115{
	min-height:115px;
}

.upper_divpaych,.upper_divfreech{
	font-size:10px;
}
.chnmclass{
	font-size:13px;
}
.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index:1000;
}
.mrgn_left_10{
    margin-left:10px;
}
.mrgn_tp_25{
	margin-top:25px;
}
.pad_4{
	padding:6px;
	font-size:10px;
}
.table td{
	padding: 4px 15px !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #f3f4f5;
	opacity: .6;
}
.daterangepicker .drp-calendar {
   max-width: unset !important;
}
.subhead {
    font-size: 20px;
    padding-bottom: 10px;
}
.addcustpackcon{
	 border: 1px solid #f1eded;
    padding: 10px;
    background: #6ec344;
    color: #fff;
}
.pd_15{
	padding:15px;
}
a:hover{
	text-decoration:none;
}
.fl_rght{
	float:right;
}
.addbx_top_rowhead{
    background: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.trashbx,.maxmin{
    background: red;
    color: #fff;
    border-radius: 10px;
}
.bg_grey{
background-color:#f1f0f0
}
.trashbx:hover,.maxmin:hover{
	color: #fff;
}
.result-list>.innerbox {
   background: #fff;
    box-shadow: 0 1px #ccc;
    border-radius: 3px;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc6c6;
}
.result-list>.innerbox>div {
   
    vertical-align: top;
    padding: 20px;
    position: relative;
}

.brdr_btm{
    /* border-bottom: 1px solid #3b86fe !important; */
    background: #fbfbfb !important;
    color: black !important;
    border-bottom: 1px solid #cac8c8 !important;
    /* box-shadow: 0px 0px 2px 0px grey; */
}

.profile-header .profile-header-cover {
    background-color: red;
	background-image:unset !important;
}
body #content{
	background: #d9e0e7;
	
}
.mrg_tp_2{
	margin-top:2px;
}
.pad_10{
	padding:10px;
}
.box_icons{
    font-size: 55px;
    color: #ece9e9;
    top: 58px !important;
    left: 3px !important;
}
.brdr_btm a{
	color:#fff !important;
}
.brdr_btm a:hover{
	color:black !important;
}
.brdr_btm a.active{
	color:black !important;
}
.profile-header-img {
	margin: 0 0 -21px;
}
.profile-header-tab{
	padding:0px !important;
}
.note.note-primary {
    border-color: #ea183f;
    background: #d6d6d6;
    color: black;
}
.note.note-primary .note-icon {
    background: #dc2c2c;
}
/* theme edit */
.widget-stats .stats-info p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}
.sw-main>ul.step-anchor.nav-tabs>li.active>a {
    color: #fff!important;
    background: #3b86fe!important;
}
.sidebar, .sidebar-bg {
    background: #fff;
}
.sidebar .nav>li.active>a, .sidebar .nav>li.active>a:focus, .sidebar .nav>li.active>a:hover {
    color: #fff;
    background: #3b86fe;
}
.sidebar .sub-menu>li.active>a, .sidebar .sub-menu>li.active>a:focus, .sidebar .sub-menu>li.active>a:hover, .sidebar .sub-menu>li>a:focus, .sidebar .sub-menu>li>a:hover {
    color: #000;
}
.sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover {
    background: 0 0;
    color: #000;
}
.sidebar .nav>li>a {
   color: #060606;
}
.text-theme, .sidebar .nav > li.active > a i {
    color: #ffffff;
}
.sidebar .sub-menu>li.has-sub>a:before, .sidebar .sub-menu>li:before, .sidebar .sub-menu>li>a:after {
    background: #3b86fe;
}
.sidebar .sub-menu > li.active:after {
    border-color: #3b86fe;
}
.sidebar .sub-menu>li.active:after {
    border-color: #3b86fe;
}
.sidebar .sub-menu>li:after {
   background: #3b86fe;
}
.sidebar .nav>li.nav-profile .cover.with-shadow:before {
	background: rgba(208, 0, 0, 0.35);
}
.header .navbar-logo, .login .login-header .brand .logo, .header .navbar-nav > li .dropdown-toggle .label, .header .navbar-nav > li > a .label, .label.label-theme, .btn.btn-scroll-to-top {
    background: #3b86fe;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav-pills>li>a.active, .nav-pills>li>a.active:focus, .nav-pills>li>a.active:hover {
    background: #3b86fe;
    color: #fff;
}
.alert.alert-success {
    background: #24ce49;
    color: #fff;
}
.alert label {
    color: #fff !important;
}
.sidebar .nav>li {
    position: relative;
    border: 1px solid #d6d6d6;
    margin: 5px;
}
.sidebar .nav>li>a i {
    float: left;
    margin-right: 10px;
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}
.sidebar .nav>li>a {
    padding: 7px 20px;
    line-height: 20px;
    color: #060606;
    display: block;
    text-decoration: none;
    font-size: 17px;
}
#update_wallet_balance .calcupdatebalance,#update_wallet_balance .prevbal{
	opacity: 1;
    color: red;
    font-size: 19px;
}
#paycarddatatable thead>tr>td{
	padding: 2px 5px !important;
}

.inc_bg_color{
    background:hsl(40deg 98% 60%)!important;
}
.exp_bg_color{
    background:hsl(2deg 73% 57%)!important;
}
.btn-dangers{
	     color: #fff;
    background: #ff0000b5;
    border-color: #ff0000b5;
    font-weight: bold;
}
.btn-dangers:hover{
	    color: #fff;
    background: #ff0000b5;
    border-color: #ff0000b5;
    font-weight: bold;
}