@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

*{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.content-wrapper_das{background-color: #ffffff;margin-top:3%;}
.borderdas{border: 1px solid #d2d0d0; box-shadow:none !important; min-height: 135px; transition:all .2s ease-in;}
.info-box-content_das{ margin: 0 auto;padding: 20px 10px; }
.borderdas:hover{border:1px solid #beddf3; box-shadow: 0 1px 18px rgba(0,0,0,0.2) !important;}
.info-box-text_das{ font-size: 19px; color: #656565; text-transform: uppercase; margin:10px 0 0 0;}
.img_das {float: left; margin: 6px 0 0px 0px;}
.info-box-text_dasp{    font-size: 14px;
    color: #828282;}

  
  .info-box_dash{border: 1px solid #d2d0d0; transition:all .2s ease-in;}

  .info-box_dash:hover{border: 1px solid #d2d0d0; box-shadow: 0 1px 18px rgba(0,0,0,0.2) !important;}
  .info-box-contentd {    
    text-align: center;
}
.info-box-numberd {  
    font-size: 32px;
}
.info-box-textd {
    margin: 10px 0 0 0;
}
.bg-aquad{line-height: 78px;}
.boxd {    
    border: 1px solid #d2d6de;
    box-shadow: none;
}

.box-header>.box-toolsd {
    position: absolute;
    right: 36%;
    top: 10px;
}
.box-header>.box-toolsd1 {
    position: absolute;
    right: 49%;
    top: 11px;
}

.box-header>.box-toolsd2 {
    position: absolute;
    right: 10%;
    top: 17px;
}

.btn-default.btn-on.active{background-color: #6dc3ff;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}
.box-headerd {
    padding: 16px 10px;
   
}
.bg-aquadd{background-color: #3c8dbc !important;}
.bg-aqua1{background-color: #3c8dbc !important;}
.bg-aqua2{background-color: #3c8dbc !important;}
.bg-aqua3{background-color: #3c8dbc !important;}
.progress.smD{height: 4px;}

.pad_lft15{
    padding-left: 15px;
}
.pad_lft30{
	padding-left: 30px;
}
.min-hei_das300{
    min-height: 300px;
}

/*=========================new css================23-03-2018============================*/

.fs20{
    font-size: 20px;

}
.fs25{
    font-size: 25px;
}

.data-img{
        height: 40px;
	width: 80px;
	position: relative;
   }
   .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding:8px 8px 4px;
   }

.pad_rgt0{
    padding-right: 0 !important;
}
   table.dataTable thead .sorting_asc_dash:after{
    content:"";
   }

   .active_yes{
    width: 14px;
    height: 14px;
    margin-top: 10px;
    border-radius: 50%;
    background: rgb(9,147,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(9,147,0,1) 0%, rgba(106,196,112,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(9,147,0,1) 0%,rgba(106,196,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(9,147,0,1) 0%,rgba(106,196,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099300', endColorstr='#6ac470',GradientType=0 ); /* IE6-9 */
    text-align: center;
    margin: 0 auto;
   }

   .active_yes.disable{
    background: #9c9c9c; 
   }
   .active_yes.inprocess{
    background: #dca746; 
   }
  .active_yes.failed{
    background: #b35555; 
   }
   .active_yes.expired{
    background: #967c7c; 
   }
   
   table.dataTable thead > tr > th{
   
    padding-right: 20px;
    text-align: center;
	padding-bottom: 10px !important;
   }
     table.dataTable thead > tr > th:after{
        font-size: 11px;
		 top:15px !important;
     }
     .dropdown-submenu {
    position: relative;
}


ul.tagit li.tagit-choice{
    border: 1px solid #CAD8F3;
    background: #3f8dbc !important;
    color: #fff !important;
}
ul.tagit li.tagit-choice.remove, ul.tagit li.tagit-choice:hover{
background-color: #3f8dbc !important;
    border-color: #6d95e0 !important;
}
ul.tagit li.tagit-choice .close .text-icon{
color:#fff !important;}


.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.c_gray{
    color:#9c9c9c;
}
.fs15{
    font-size: 15px;
}

/*=================custom checkbox=====================*/
.checkbox {
  padding-left: 9px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      /*border-radius: 3px;*/
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
	  top:6px;		
}


  .checkbox.new label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 21px;
      height: 23px;
      left: 0;
      margin-left: -21px;
      border: 1px solid #cccccc;
      /*border-radius: 3px;*/
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
	  top:3px;		
}
.checkbox.new label::after{
	    display: inline-block;
    position: absolute;
    width: 18px;
    height: 14px;
    left: 0;
    top: 6px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0;
    font-size: 14px;
    color: #555555;
}



    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 6px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }





.checkbox1 {
  padding-left: 9px; }
  .checkbox1 label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
    max-width: 180px;
  }
    .checkbox1 label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      /*border-radius: 3px;*/
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
	  top:0;		
}
    .checkbox1 label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox1 input[type="checkbox"] {
    opacity: 0; }
    .checkbox1 input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox1 input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox1 input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox1 input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox1.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox1.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

/*===========================New css 27-03-2018================*/
  #video video{
    /*height: 320px;*/
    width: 100%;
  }

  #video .over{
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    height: 30px;
  }
  #video .over ul li a{
    color:#fff;
    font-size: 15px;
    margin-left:10px; 
  }


 #video1 video{
    min-height: 320px;
    width: 100%;
  }

  #video1 .over{
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    height: 30px;
  }
  #video1 .over ul li a{
    color:#fff;
    font-size: 15px;
    margin-left:10px; 
  }




.left_partison{
  position: relative;
}
.left_partison:after{
  content: "";
  border-right: 1px solid #dadada;
  left: 0;
  top:0;
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
}

.left_partison:before{
  content: "OR";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #dadada;
  color: #404040;
  left: -20px;
  top: 35%;
}

.nav>li>a{
  padding: 3px 10px;
}
/*.form-control{
  min-height: 30px;
  max-height: 30px;
}*/
.btn{
  padding: 4px 8px;
}

.breadcrumb{
  padding: 3px 15px;
}
.btn-group-xs>.btn, .btn-xs{
  padding: 1px 5px !important;
}
.main-sidebar, .skin-blue .main-header .navbar, .skin-blue .main-header .logo, .skin-blue .main-header .navbar .sidebar-toggle:hover{
  background: #212121 !important ;
}
.action li{
  margin:0;
  padding: 0 1px;
}
.nav-tabs-custom{
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.nav-tabs-custom>.nav-tabs{
  border-bottom: 3px solid #3c8dbc;
}
.nav-tabs-custom>.nav-tabs>li{
      margin-bottom: -3px;
}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover{
  color:#3c8dbc;
}
.nav-tabs-custom>.nav-tabs>li.active{
  border-top: 0;
  background: #3c8dbc;
  color:#fff;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a{
  background: #3c8dbc;
  color:#fff;
  border-color: #3c8dbc;
}


.abuse_bg{
	position: fixed;
	background: rgba(0,0,0,.5);
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.abuse_pop_outer{
	position: fixed;
	top: 15%;
    left: 18%;
    right: 0;
    bottom: 0;
    width: 60%;
    text-align: center;
	
}

.abuse_pop_inner{
	position: relative;
	
	background: #fff;
	
	border-radius: 3px;
}

.abuse_pop_inner .close{
	color:#fff;
	background:#ec4347;
	width: 20px;
	height: 20px;
	position: absolute;
	top:-10px;
	right:-10px;
	line-height: 20px;
	text-align: center;
	opacity: 1;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
}

.abuse_pop_inner .content{
	
	padding: 0;
}
.abuse_pop_inner .content .head{
	background: #3c8dbc;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 8px 30px;
	border-top-left-radius:3px;
}

.abuse_pop_inner .content .body{
	padding:8px 30px;
	max-height: 500px;
	overflow-y: scroll;
}
#sourecPop .modal-dialog{
	top:10%;
}
.lin_hei25{
	line-height: 25px;
}
.lin_hei27{
	line-height: 27px;
}
.lin_hei29{
	line-height: 29px;
}

.form-control{
	border-color:#eaecef;
}

.fw400{
	font-weight: 400;
}
.sep{
	margin-left: 20px !important;
	margin-top: 15px;
}
.sep li{
	position: relative;
    margin-left: 5px;
    border: 1px solid #e4e4e4;
    padding: 0px 10px 1px 17px;
	transition: all .2s ease-in;
	background: #fdfcfc;
}
.series_outer{
	padding: 4px 15px 4px 17px;
    transition: all .2s ease-in;
    background: #fdfcfc;
	text-align: right;
}

.sep li:hover, .series_outer:hover{
	border: 1px solid #beddf3;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border-radius: 20px;
}

.series_div{
	 padding-left: 5px;
}
.series_div li{
	    padding: 0px 10px 1px 6px;
}
.navbar-nav{
	padding: 10px 0;
}

.fa-lg_new{
	font-size: 1.6em;
	vertical-align: middle;
}
.col_wid5{
	width: 5%;

}
.col_wid10{
	width: 10%;
	
}

.col_wid17-5{
	width: 17.5%;
}
.col_wid20{
	width: 20%;
}
.col_wid30{
	width: 30%;
}
.col_wid35{
	width: 35%;

}
.col_wid36-25{
	width: 36.25%;
}
.col_wid40{
	width: 40%;
}
.col_wid85{
	width: 85%;
}

.col_wid90{
	width: 90%;
}
.col_wid5, .col_wid35, .col_wid40, .col_wid90, .col_wid85, .col_wid17-5, .col_wid36-25, .col_wid20, .col_wid30{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

 .col_wid10{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus{
	border:0;
}
.down_div, .EPG{
	display: none;
	position: absolute;
    top: 32px;
    background: rgb(255, 255, 255);
    width: 100%;
    left: 0;
    border: 1px solid #efefef;
    padding: 5px;
    z-index: 999;
}

.dataTab-img{
	width: 100%;
	
}
.browse_file{
	position: absolute;
    top: 0;
    width: 20px;
    opacity: 0;
}
.updat_upload{
	position: absolute;
    top: 4px;
    width: 100px;
    opacity: 0;
}
.btn-xs .material-icons{
	font-size: 12px;
    line-height: 1.5;
}

.top_mar5{
	margin-top: 5px !important;
}
.info-box_new{    
	display: block;
    min-height: 90px;
    
    width: 100%;
    border-radius: 1px;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #efefef;}
/*=================switch buttons=========================*/
.btn-default.btn-on.active{background-color: #3c8dbc !important; color: white;}
.btn-default.btn-off.active{background-color: #888888 !important; color: white;}
.lin_hei29{
	line-height: 29px;
}

#right_bar_new{
    height: auto;
    position: absolute;
    background: #d4d4d4;
    width: 23.5%;
    right: -27%;
	padding: 20px;
     top: 40px;
    z-index: 99;
}
.slid_img{
	background: url(../img/phone_new.png) center center no-repeat;
	height: 550px;
	display: block;
	position: relative;

}
.i-fram{
	width: 87%;
    height: 431px;
    margin-top: 56px;
    border: 0;
}
.slideRN{
	background: #3c8dbc;
	color:#fff;
	padding: 3px 10px;
    width: 100px;
    margin-right: 0px !important;
	transition: all .2s ease-in;
	text-align: center;
	cursor: pointer;
}
.slid_closeN{
	width: 45px;
    height: 35px;
    line-height: 35px;
    left: -45px;
    background: #ec3838;
    position: absolute;
    top: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
	transition: all .2s ease-in;
}
.slideRN:hover{
	-ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
.slid_closeN:hover{
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}


#right_bar {
    height: auto;
    position: absolute;
    background: #d4d4d4;
    width: 24%;
    right: -24%;
	padding: 20px;
     top: 93px;
    z-index: 99;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
	padding: 5px 12px !important;
    height: 30px !important;
}

.video_img {position: absolute;
    top: 21px;
    width: 38px;
    height: 36px;
    cursor: pointer;
	opacity: 0;}

.color_pic{
	opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}
.min_wid80{
	min-width:80px;
}



#answers {
      position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    max-height: 350px;
    min-height: 350px;
    overflow-y: scroll;
}
	#answers li{
	position: relative;
    width: 100%;
    border: 1px solid #ccc5c5;
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #dadada;
    border-radius: 3px;
	padding-left: 35px;
	}
#answers li .bars{
	position: absolute;
    width: 30px;
    border-radius: 3px 0 0 3px;
    background: #3c8dbc;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-right: 9px;
}
#answers li .drag_thumb{
	width: 70px;
    position: relative;
    float: left;
    margin-right: 10px;
	border: 1px solid #6f6f6f;
    border-radius: 2px;
}
#answers li .cont{
	float:left;
}
#answers li .drag_thumb img{
	width: 100%;
}

	#answers li .del_icon{
		display: none;
	}
#answers li .status{
	float: right;
	line-height: 45px;
}

.drag_drop {
   position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    max-height:445px;
    min-height:445px;
    overflow-y: scroll;
}
.drag_drop:before{
	content: "Drag here";
	position: absolute;
	top: 40%;
    text-align: center;
    font-size: 50px;
    transform: rotate(-35deg);
    left: 25%;
    color: #e0e0e0;
}
	.drag_drop li{
	width: 97%;
	position: relative;
    border: 1px solid #ccc5c5;
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #dadada;
    border-radius: 3px;
	padding-left: 35px;
	}

.drag_drop li .bars{
	position: absolute;
    width: 30px;
    border-radius: 3px 0 0 3px;
    background: #3c8dbc;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-right: 9px;
}

.drag_drop li .drag_thumb{
	width: 70px;
    position: relative;
    float: left;
    margin-right: 10px;
	border:1px solid #6f6f6f;
    border-radius: 2px;
}
.drag_drop li .drag_thumb img{
	width: 100%;
}
.drag_drop li .cont{
	float:left;
	
}
.drag_drop .AddVast {
	width: 101.5%;
}
.drag_drop li .vast_add{
	float:left;
	width: 93%;
}
.drag_drop li .vast_add .form-control{
	margin-top: 8px;
    background: transparent;

}
	.drag_drop li .del_icon{
		display: block;
		float: right;
		line-height: 45px;
		font-size: 20px;
	}
.drag_drop li .status{
	float: left;
	margin-left: 7px;
	line-height: 45px;
}

.drag_drop #add_btn{
	position: absolute;
    bottom: 5px;
    width: 97%;}
.data-img_play{
	height: 50px;
	width: 100%;
}
.var_alig_mid{
	vertical-align: middle !important;
}
.epg_over{
	position: absolute;
    right: 7px;
    top: 8px;
    height: 80%;
    width: 39%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding: 2px;
}
.pos_r{
	position: relative;
}
.borderdas-new{
	border: 1px solid #d2d0d0; box-shadow:none !important; padding: 10px 15px; transition:all .2s ease-in;
}

.borderdas-new:hover{
	border:1px solid #beddf3; box-shadow: 0 1px 18px rgba(0,0,0,0.2) !important;
}
.drag_search{
	position:relative;
}
.drag_search:after{
	content: "\f002" !important;
    position: absolute;
    right: 25px;
    display: block;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
}
.pad_rgt30{
	padding-right: 30px;
}
.payout_file{
	position: absolute;
    top: 0;
    width: 38px;
    height: 36px;
    cursor: pointer;
    opacity: 0;
}

.top_mar15{margin-top: 15px;}
.rgt_pad0{
	padding-right: 0;
}
.action{
	margin-bottom: 0;
}

.pad_all15{
	padding:15px;
}
.pad_all0-15{
	padding:0 15px;
}
.min_hei328{
	min-height: 328px;
}

.top_mar22{
	margin-top: 22px;
}
.nav-tabs-custom_new .nav-tabs{
	border-bottom: 0;
}
.nav-tabs-custom_new .nav-tabs>li.active>a, .nav-tabs-custom_new .nav-tabs>li.active>a:focus, .nav-tabs-custom_new .nav-tabs>li.active>a:hover{
	border:transparent;
	border-top:2px solid #3c8dbc;
}
.nav-tabs-custom_new .nav-tabs>li>a{
	border-radius: 0;
	border-top:2px solid #fff;
	color:#404040;
}
.nav-tabs-custom_new .nav-tabs>li>a:hover{
	background: transparent !important;
	border:0;
	border-top:2px solid #3c8dbc;
	color: #3c8dbc;
}
.fs40{
	font-size: 40px;
}

.fs35{
	font-size: 35px;
}

.min_hei300{
	min-height: 300px;
}

.area_chart_head{
	padding: 11px 11px 0;
	margin-bottom: -10px;
}

.pie_color_blue{
	width: 10px;
    height: 10px;
    background: #3366cc;
    display: inline-block;
    border-radius: 2px;
    margin-right: 10px;
}
.pie_color_red{
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #dc3912;
	border-radius: 2px;
	margin-right: 10px;
}
.lft_pad25{
	padding-left: 25px;
}
.chart_bdr_right{
	border: 1px solid #f4f4f4;
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
}

.line_chart li{
	position: relative;
	width: 19.6%;
	font-size: 20px;
	text-align: center;
}

/*.vertical-tabs {
  position: relative;
 
}
.tabs {
  position: relative;
  float: left;
  display:inline-block;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  width: 100%;
}
.tabs li {
  position: relative;
  list-style: none;
}
.tabs li:after {
  content: "";
  display: table;
  clear: both;
}
.tabs li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  text-align: left;
 

}
.tabs li.active a {
  z-index: 2;
 background:#f9f9f9;
 color:#404040;
}
.tabs li.active a:after{
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 10px;
	font-size: 21px;
}
.tabs-content .content {
  display: none;
  padding: 10px;
}
.tabs-content .content.active {
  display: block;
}*/

.tabs-left {
  border-bottom: none;
  padding: 2px 0 20px 0px;
  border-right: transparent;
  margin-left: -15px;
}

.tabs-left>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li {
  margin-right: -1px;
}

.tabs-left>li.active>a {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  z-index: 100;
  border:0;
  background: #f7f7f7;
}

.tabs-left li.active a:after{
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 10px;
	font-size: 21px;
}
.tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover {
  border-bottom-color: #ddd;
  border-right: transparent;
  border-right-color: transparent;
  border:0;
  background: #f7f7f7;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  padding:10px;
}

.no-padding {
  padding: 0;
}

.tab-content {
  
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: auto;
  min-height: 231px;
  padding: 15px;
  display: block;
}
.ind_flg_lab  { float: left;
	margin-right: 10px;}
.ind_flg{
	width: 22px;
    height: 23px;
    background: url(../img/world-flag.png);
    background-position: -67px 193px;
    display: block;
    float: left;
	
}

.uplod_cont{
	position: absolute;
    top: 27px;
    width: 30px;
    /* border-radius: 50%; */
    opacity: 0;
}
.uplod_cont_otr{
	background: #fdfcfc;
	border: 1px solid #d2d6de;
	transition:all .2s ease-in;
	border-radius:2px;
	margin-bottom: 15px;
}
.uplod_cont_otr:hover{
	border:1px solid #beddf3; box-shadow:0 0px 9px rgba(0,0,0,0.2) !important;
}
.pad_top7{
	padding-top:7px;
}
.pad_top10{
	padding-top:10px;
}
.pad_top13{
	padding-top:13px;
}
.pad_all5-15{
	padding:5px 15px;
}
.btm_mar0{
	margin-bottom: 0;
}
.pad_top3{
	padding-top:3px;
}
.pad_top50{
	padding:50px;
}

.fs30{
	font-size: 30px;
}
/*======================drag drop css================*/
.area
{
        border: 3px dotted #ccc;
    padding: 2px;
    text-align: center;
    padding-bottom: 15px;  
}

.drag
{
    border: 5px dotted green;            
    background-color: yellow;
}

#result ul{
    list-style: none;
    margin-top:20px;
}

    #result ul li
    {
        border: 1px solid #e4e4e4;
        margin-bottom: 10px;  
		padding:5px 10px;
		vertical-align: middle;
		background: #fdfcfc;
    }
#result ul li:hover{
	    border: 1px solid #beddf3;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2) !important;
}

#result ul li .progress{
	margin-bottom: 0;
}
.pad_all10{
	padding:10px;
}
.btm_mar10{
	margin-bottom: 10px;
}
.updateCsv{
	position: absolute;
    top: 1px;
    opacity: 0;
	width: 58px;
}
.info-box-icon{
	margin-top: -1px;
	height: 89px;
}
.top_mar10{
	margin-top: 10px;
}

.ingst_icon{
	float:left;
	width: 30px;
}
.line_hei23{
	line-height: 23px;
}
.pad_top3{
	padding-top:3px;
}
.dropdown-submenu .test:hover .dropdown-submenu .dropdown-menu{
	display: block !important;
}
table thead{
	background:#e6f6ff;	
}

#video_new{
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
	width: 100%;
}

.overlay_vid{
	background: rgba(0,0,0,.7);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%
}
.login-logo, .register-logo{
	
	position: relative;
	z-index: 1;
}
.login-box, .register-box{
	margin: 7% auto 0 !important;
}

.login-page, .register-page{
	background: #f3f3f3 !important;
}
.login-box-body, .register-box-body{
	position: relative;
	z-index: 1;
	border-top:5px solid #367fa9 !important;
	padding-bottom: 0 !important;
}

.login-box-body .edit{
	padding:11px 25px;
	background: #367fa9;
	position: absolute;
	top:0;
	right: 0;
}

.login-box-body label:before{
	display: none;
}

.login-box-body .form-control, .login-box-body .btn{
	height: 40px;
	margin-bottom: 20px;
}

.login-box .footer{
    background: #f4f4f4;
    color: #404040;
    padding: 15px;
    text-align: center;
    z-index: 1;
    position: relative;
    top: 0px;
}

.top_mar18{
	margin-top: 18px;
}
.overlay_das{
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9999;
}

.dash_cont_div{
	width: 350px;
    height: 350px;
    margin: 11.3% auto;
    position: relative;
    padding: 120px 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
	text-align: center;
}

.melo_head{
	background:#fff;
	padding:5px;
	min-height: 50px;
	width: 100%;
}

.melo_sec{
	padding-top:0;
}
.melo_img_div{
	position: relative;
   margin-bottom: 22px;
    background: url(../img/bg-sm-browser.png) no-repeat top center;
    background-size: 100%;
    min-height: 221px;
	overflow: hidden;
}
.melo_img_div img{
	max-width: 96%;
    margin-top: 27px;
    margin-left: 2%;
}


.melo_sec .boxd{
	border-top:0;
	min-height: 180px;
}
.melo_img_div .hover{
	background:rgba(255,255,255,.6);
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: background .3s ease-in;
}
.melo_img_div .hover:hover{
	background:rgba(255,255,255,.1);
}

#video_melo{
	min-height: 200px;
	margin-top: 18px;
	/*border: 1px solid #dadada;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);*/
	width: 100%;
	margin-bottom: 25px;
	/*padding: 4px;*/
	position: relative;
	
}
#video_melo source{
	width: 100%;
	height: 170px;
}
#video_melo iframe{
	width: 100%;
	height: 190px;
	position: relative;
}

#video_melo .overlay{
	position: absolute;
	color:#ffffff;
	padding: 10px;
	background: rgba(0,0,0,.8);
    width: 97.4%;
    bottom: 5px;
}

.video_hei_melo [data-player]{
	height: 170px !important;
	width: 100%;
	position: relative;
}
.pad_top_btm62{
padding-top:62px;
padding-bottom: 61px;
}
.melo_bdr_right{
	border: 1px solid #f4f4f4;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
}
.melo_small_logo{
	position: absolute;
	top:10px;
	left:10px;
}
.ingst_icon .material-icons{
	font-size: 16px;
}
.skin-blue .sidebar-menu>li.header{
	background: #212121;
    border-bottom: 1px solid #383838;
	color:#8c9fab;
}
.sidebar-menu li.header, .sidebar-menu li a{
	font-size: 13px;
}

.sidebar-menu li a .ingst_icon{
	color:#888686;
}
.sidebar-menu li a:hover .ingst_icon{
	color:#fff;
}

/*================30-04-2018=======================*/
.block-orange {
    background: #F37B53;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.subcrib-bg{
	margin-top: 0;
    height: 90px;
}
.bg-blu-dark {
    background-color: #de653d !important;
}
.subcrib-bg-icon{
	font-size: 40px;
}
.info-box-number-sub {
    float: right;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.block-green {
    background: #00A489;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.bg-orng-dark {
    background-color: #048d77 !important;
}
.info-box-number-subb {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    right: 12px;
}
.info-box-number-subbb {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom:2px;
    right:12px;
}
.block-pink {
    background: #DE577B;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.bg-red-dark {
    background-color: #cf3f66 !important;
}
.block-light-green {
    background: #74B749;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.bg-grn-dark {
    background-color: #61A735 !important;
}
.SubTitle {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #C3C3C3;
    margin: -15px 15px 35px 15px;
}
.SubTitle span {
    float: left;
    background: #fff;
    padding: 5px 5px 0 0;
    position: relative;
    top: 11px;
}
.bg-blu-total {
    background-color: #61B9FF !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-blu-dark-total {
    background-color: #53a9ed !important;
}
.bg-orng-total {
    background-color: #667EA3 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-orng-dark-total {
    background-color: #546e95 !important;
}
.bg-red-total {
    background-color: #F35958 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-red-dark-total {
    background-color: #e04443 !important;
}
.bg-grn-total {
    background-color: #F2B154 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-grn-dark-total {
    background-color: #da993c !important;
}
.summary_details {
    float: right;
    margin-right: 0px;
    background: #fff;
    padding: 5px;
    position: relative;
    top: 20px;
    z-index: 100;
}
.select-boxx {
    margin: 1px;
    padding: 3px 5px;
    max-width: 160px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
#title_dashboard_summary span {
    float: left;
    background: #fff;
    padding: 5px 5px 0 0;
    position: relative;
    top: 23px;
}
.bg-pink-today {
    background-color: #A5548C !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-blu-dark-today {
    background-color: #933e79 !important;
}
.bg-brn-today {
    background-color: #AB8465 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-orng-dark-today {
    background-color: #986b48 !important;
}
.bg-prul-today {
    background-color: #847CC5 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-red-dark-today {
    background-color: #7067b9 !important;
}
.bg-grn-today {
    background-color: #43C3B8 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-grn-dark-today {
    background-color: #34B3A8 !important;
}
.top-margn {
    margin-top: 20px;
}
.post-header h3 {
    cursor: default;
    background: #3282b1;
    color: #fff;
    padding: 10px;
    position: relative;
    font-size: 18px;
    margin: 0px;
}
.widefat thead th {
    background: #3c8dbc;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 8px 10px 8px 10px;
}
.widefat td {
    padding: 7px 10px;
    font-size: 13px;
}
/*================================================*/


/*=============================03-05-2018==============*/
.info-box-text-whit{
	font-size: 13px;
    overflow: visible;
    white-space: inherit;
}

.btm_mar2{
	margin-bottom: 2px;
}
.postbox{
	background: #efefef;
    padding-bottom: 10px;
}
.btm_mar30{
	margin-bottom: 30px;
}
.box-profile{
	border:1px solid #efefef;
}
.profile_img{
	max-width: 200px;
	max-height: 150px;
}
.list-group-unbordered>.list-group-item {
	padding: 10px 8px !important;}


::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px  rgba(0,0,0,0.1); 
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3); 
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.3); 
}







.soc_pltf_rgt{

  border-right: 1px solid #efefef;
}
.soc_pltf_btm{
  border-bottom: 1px solid #efefef;
}
.soc_pltf_btm img{
  margin-top:8px;
}
.soc_connct{
      min-height: 320px;
    display: inline-table;
}
.soc_pltf_btm .img_head{
  font-weight: 700;
  text-align: center;
  margin-top:5px; 
}
  .socPlatfrom_ver{
    display: inline-block; 
     vertical-align: middle; 
     float: none; 
     position: relative; 
     min-height: 210px;
  }
    .socPlatfrom_dis{
      height: 350px;
    display: inline-table;}
.socPlatfrom_cont{
      height: 270px;
    display: inline-table;}
  .soc_pltf_btm .description{  
    text-indent: 2em;
    text-align: justify;
    padding: 5px;
    vertical-align: middle;
    display: table-cell;
   
}

#Setup .form-group{position: relative;}

#Setup .edit{position: absolute; right: 10px; top: 6px;}

.player .nav-tabs{
  border-bottom: 3px solid #fff;
} 
.player .nav-tabs li{
  margin-top: -8px;
}

 .player .nav-tabs li a{
  font-size: 26px;
  color:#404040;
  }
  .player .nav-tabs li.active a, .player .nav-tabs li.active:hover a{
    color:#3c8dbc !important;
    background: #fff !important;
    border-color: #fff;
  }
.player .tab-content{
  min-height: 400px;
}

    .video-image { border-right: 1px solid #EEE; position: relative; text-align: left; }
	.video-image img { width: 100%; padding: 10px; padding-left: 0; }
	.import-panel { display: none; z-index: 100; position: fixed; bottom: 0; margin: 0 auto; background: #fff; border: 1px solid #ccc;    width: 81%; padding-top: 15px; }
/*.removeli{max-height:200px;

     overflow-y: scroll; max-width: 250px;}	*/
	.removeli{
max-height: 230px;
}
.removeli .inner{
   max-height: 200px;
   min-width: 230px;
   overflow-y: scroll;
   max-width: 230px;
   position: relative;
   clear: both;
}

.removeli .inner li a{
    color:#777;
}
.removeli .inner li a label{
	font-weight: 500;
  font-size: 13px;
}

.removeli .inner li a:hover{
    color:#333;
}
.removeli .aply{
    position: relative;
    clear: both;
    margin-top:30px; 
    
}

.removeli .aply .btn{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}
	
	
	
	
.pos_R{ position: relative; }
.overimg{ position: absolute; top:8px; right:8px;}
.overimg img{ width: 22px; }

  #mobileV video{
   /* height: 200px;*/
    width: 100%;
    margin-top: 20px;
  }


  #tabletV video{
  /*  height: 250px;*/
    width: 100%;
    margin-top: 20px;
  }

  #desktopV video{
   /* height: 320px;*/
    width: 100%;
    margin-top: 20px;
  }

  .rot_Navsapan{
    transform: rotate(-90deg);
    margin-top: -3px !important;
  }
  #ShareDIV:disable{
    cursor: no-drop;
    opacity: .5;
  }

  .share li {
    background: #dadada;
    border: 1px solid #8e8e8e;
    padding:5px 15px;
    margin-bottom: 10px;
    display: block; 
  }
  .share li span{
    float: left;
    line-height: 28px;
  }
  .share li .icons{
    height: 30px;
    width: 30px;
    color: #FFF;
    font-size: 18px;
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
  }
  .share li:first-child .icons{
    background-color:#3b5998;
  }
.share li:nth-child(2) .icons{
    background-color:#1da1f3;
  }
  .share li:nth-child(3) .icons{
    background-color:#404040;
  }
  .share li:nth-child(4) .icons{
    background-color:#d34836;
  }
 .share li:nth-child(5) .icons{
    background-color:#0077B5;
  }
   .share li:nth-child(6) .icons{
    background-color:#C92228;
  }
  .share li:nth-child(7) .icons{
    background-color:#808080;
  }
.share li:last-child .icons{
    background-color:#35465c;
  }
  .share li .checkbox label::after{
    top: 1px;
  }
  .player_color{
    position: relative;
    padding: 0;
    border-color: #dadada;
  }
  .player_color input{
    width: 30px;
    margin: 2px;
  }

  .player_logo_bg{
    background-image: url(../img/logo_bg.png);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(170,180,200,.5);
    margin-bottom: 5px;
    display: block;
    height: 100px;
  }

  .player_file{
    position: absolute;
    top: 5px;
    left: 16px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
  }

/*.slideOff {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #DCDBDB;
    top: 0;
    left: 0;
    border-radius: 10px;}
::-webkit-scrollbar {
    width: 3px;
}
.slideOn {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #DCDBDB;
    top: 0;
    right: 0;
    border-radius: 10px;
}
.green {
    background: #22D822;
}
.red {
    background: #C5C5C5;}*/

.slideOff {
    position: absolute;
    height: 28px;
    width: 26px;
    background: #888;
    top: 0;
    right: 0;
     /*border-radius: 10px; */
    padding: 3px;
		font-size: 13px;
line-height: 24px;
width: 50%;
cursor: pointer;
}
.buttons {
  color: #fff;
    height:30px !important;
    width: 90px !important;
    float: right;
    position: relative;
    /* border-radius: 10px; */
}
.red {
    background: #d4d4d4;
    color: #fff;
   /* color: #fff;
     padding: 3px; */
}
.green {
    background: #c5c5c5;}
		.slideOn {
    position: absolute;
    height: 28px;
    width: 50%;
    background:#3c8dbc;
    top: 0;
    left: 0;
    border-radius: 0px;
    padding: 3px;
    color: #fff;
		font-size: 13px;
line-height: 23px;
cursor: pointer;
}

.slideOnNEw{
	float: left;
font-size: 13px;
line-height: 22px;
width: 50%;
background-color: #c3baba;
padding: 3px;
color: #fff;
cursor: pointer;
}

.slideOffNEw{
	/* float: right;
font-size: 13px;
line-height: 26px;
padding: 3px;
color: #fff; */
position: absolute;
height: 28px;
background: #888;
top: 0;
right: 0;
padding: 3px;
font-size: 13px;
line-height: 24px;
width: 50%;
cursor: pointer;
}
/* Track */
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1); 
    border-radius: 5px;
}

.import-list {
    padding: 0;
    margin: 0;
    float: right;
}

.import-list li {
    float: left;
    list-style: none;
}
.import-list li a {
    display: inline-block;
    margin-left: 10px;
    position: relative;
		color:#3c8dbc;
}
.import-active {
    color: #3c8dbc;
}
.import-active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3c8dbc;
}
.import-well {
    display: none;
    padding: 0;
    margin-top: 15px;
}
.import-form input[type="text"] {
    width: 450px;
}
.import-form select {
    width: 150px !important;
}
/*.buttons {
    height: 20px;
    width: 40px;
    float: right;
    position: relative;
    border-radius: 10px;}*/
	
.md_cls_btn{
        position: absolute;
    top: -22px;
    right: -19px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #f70707;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
	cursor: pointer;
}

.form-group .tab-content{
min-height:150px;}


.main-sidebar, .left-side{
min-height:100vh;}

.thumbs{ width: 50%; float: left;}
.dataTable .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 70%;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.sidebar-menu .treeview-menu{
padding-left:0;}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
background:#212121;}
.sidebar-menu .treeview-menu>li>a {
    font-size: 13px;
    color: #b8c7ce !important;
	background:#181818 !important;
	line-height: 25px;
	padding-left:30px
}

.sidebar-menu .treeview-menu>li.active>a{
	background: #46494a !important;
	
	} 

.skin-blue .treeview-menu>li>a .material-icons{
    font-size: 14px;
    width: 20px;
    height: 19px;}
	
	.sidebar-menu li>a>.fa-angle-left, .sidebar-menu li>a>.pull-right-container>.fa-angle-left {
		width: auto;
		height: auto;
		padding: 0;
		margin-right: 10px;
		-webkit-transition: transform .3s ease;
		-o-transition: transform .3s ease;
		transition: transform .3s ease;
		}
		.sidebar-menu .active>a>.fa-angle-left, .sidebar-menu .active>a>.pull-right-container>.fa-angle-left
		{ -webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		}
		
		.skin-blue .sidebar-menu > li > a{
			border-bottom:1px solid #000;
		}
		
		.skin-blue .sidebar-menu > li:last-child a{
			border-bottom:0;
		}
		
		.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu{
			top:43px !important;
		}
		.skin-blue .sidebar-menu > li > .treeview-menu{
			background: #212121 !important;
		}
	
	
	
	.vid_form{
		position: relative;
		text-align: left;
	}
	.vid_form label{
		font-weight: normal;
	}
