
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

html, body{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
 position:fixed;
 height:100%;
 width:100%;
	background:#000000;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.main-content {
    position: relative;
}
/*-------HEADER SECTION------*/
/* ----STICKY HEADER----*/
.sticky-header{
	position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 111;
	height: 66px;
}
.header-section {
    background:#27272b;
    box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
    -o-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.21);
}
.header-section::after {
    clear: both;
    display: block;
    content: '';
}
.header-left {
    float: left;
    width: 29%;
}
.header-right {
    float: right;
}
/* ----menu-icon----*/
button#showLeftPush {
    /* font-size: 1.5em; */
	font-size:20px;
    /* width:50px; */
    /* padding: 0.87em 0; */
    text-align: center;
    cursor: pointer;
    float: left;
    /* color: #6F6F6F; */
	color:#fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	border: none;
    /* background-color: #fff; */
	/* background-color:#27272b; */
	background-color:#383842;
	outline:none;
	transform:rotate(90deg);
	position: absolute;
    top: 83px;
    right:8px;
}
/*--push-menu-css--*/
.cbp-spmenu {
	position: fixed;
}
.cbp-spmenu-vertical {
    /* width: 309px; */
    height: 100%;
    top:66px;
    background-color: #27272b;
    padding: 0px 0px;
	width:190px;
}
.cbp-spmenu-right {
    right: 0;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: -309px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
}
.cbp-spmenu-push-toright {
	right: 0;
}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-spmenu-push div#page-wrapper {
    margin: 0 10em 0 0;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.cbp-spmenu-push.cbp-spmenu-push-toright div#page-wrapper {
    margin: 0;
}
/*--//push-menu-css--*/
/*--side-menu--*/
.sidebar ul li{
	 margin-bottom:0px;
}
.sidebar ul li a {
    color: #FFFFFF;
    /* font-size: 1em; */
	font-size: 13px;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #4ca8ff;
}
.sidebar .arrow {
    float: right;
}
i.nav_icon {
    margin-right: 1em;
	font-size: 1.1em;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.nav-badge {
    font-size: 12px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.32);
    width: 25px;
    height: 25px;
    border-radius: 68%;
    -webkit-border-radius: 68%;
    -moz-border-radius: 68%;
    -o-border-radius: 68%;
    position: absolute;
    top: 18%;
    right: 15%;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}
span.nav-badge-btm {
    font-size: 12px;
    color: #FFF;
    background: #4ca8ff;
    position: absolute;
    top: 18%;
    right: 15%;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0em 1em;
}
.dropdown-menu > li > a:hover,.dropdown-menu >  span > li  > a:hover ,.dropdown-menu > li > a:focus {
    background: #0993fe;
    color: #fff;
}
.chart-nav span.nav-badge-btm {
	right: 5%;
    top: 24%;
}
/*--//side-menu--*/
.dropdown-menu {
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
	-moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
    border-radius: 0;
	margin: -1px 0 0;
}
li.dropdown.head-dpdn {
    display: inline-block;
    padding-top:0px;
    padding-bottom: 0px;
	float: left;
}
li.dropdown.head-dpdn a.dropdown-toggle {
    padding:13px 2px;
    text-align:center;
    float:left;
}
ul.dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
	background: #383842;
}
.user-panel-top ul{
	padding-left:0;
}
.user-panel-top li{
	float:left;
	margin-left:15px;
	position:relative;
}
.user-panel-top li span.digit{
    font-size:11px;
    font-weight:bold;
	color:#FFF;
	background:#e64c65;
	line-height:20px;
	width:20px;
	height:20px;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;	
	text-align:center;
	display: inline-block;
	position: absolute;
	top: -3px;
	right: -10px;
}
.user-panel-top li:first-child{
	margin-left:0;
}
.sidebar .nav-second-level li a.active ,.sidebar ul li a.active{
    color: #fff;
}
li.active a i, .act a i {
    color: #fff;
}
.custom-nav > li.act > a, .custom-nav > li.act > a:hover, .custom-nav > li.act > a:focus {
    background-color: #353f4f;
    color:#8BC34A;
}
.user-panel-top li a{
	display: block;
	padding: 5px;
	text-decoration:none;
}
.header-right i.fa.fa-envelope{
    color: #EB525D;
}
i.fa.fa-bell{
    color: #4ca8ff;
}
i.fa.fa-tasks{
    color: #30BB74;
}
.user-panel-top li a:hover{
	border-color:rgba(101, 124, 153, 0.93);
}
.user-panel-top li a i{
	width:24px;
	height:24px;
	display: block;
	text-align:center;
	line-height:25px;
}
.user-panel-top li a i span{
	font-size:15px;
	color:#FFF;
}
.user-panel-top li a.user{
	background:#667686;
}
.user-panel-top li span.green{
	background:#a88add;
}
.user-panel-top li span.red{
	background:#b8c9f1;
}
.user-panel-top li span.yellow{
	background:#bdc3c7;
}
/* ----Logo----*/
.logo {
    background: #27272b;
    text-align: center;
float: left;}
.logo a{
    padding:19px 40px 19px 1px;
    display: block;
    text-decoration: none;
	}

.logo a span {
    color: #F8F8F8;
    font-size: .7em;
    text-align: center;
    letter-spacing: 7px;
}
.logo ul{
	padding:0;
	margin:0;
}
.logo ul li{
	display: inline-block;
    float: left;
}
.logo ul li img{
    /* width: 81%; */
	width:105px;
}
/* ----//Logo----*/


/********* profile details **********/
ul.dropdown-menu.drp-mnu i.fa {
    margin-right: 0.5em;
}
ul.dropdown-menu {
    padding: 0;
   width: 220px; 
}
ul.dropdown-menu.anti-dropdown-menu {
    left: -75%;
}
ul.dropdown-menu.float-right{
	top:63%;
	left:10%;
}
/*ul.dropdown-menu {
    animation: flipInY 1s ease;
    -moz-animation: flipInY 1s ease;
    -webkit-animation: flipInY 1s ease;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    data-wow-delay: ".1s";
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}*/
.dropdown-menu{background-color:#383842;}
.dropdown-menu > li > a,.dropdown-menu >span > li > a{
	padding: 6px 15px;
    /* font-size: 1em; */
    color: #fff;
font-size: 12px;} {
    padding: 6px 15px;
	/* font-size: 1em; */
	color:#fff;
	font-size:12px;
}
.profile_details {
     float: left;
}
.profile_details_drop .fa.fa-angle-up{
	display:none;
}
.profile_details_drop.open .fa.fa-angle-up{
    display:block;
}
.profile_details_drop.open .fa.fa-angle-down{
	display:none;
}
.profile_details_drop a.dropdown-toggle {
    display: block;
   padding: 20px 11px 16px 0;;
}
.profile_img span.prfil-img{
	float:left;
}

.profile_details ul li{
	list-style-type:none;
	position:relative;
}
.profile_details li a i.fa.lnr {
    position: absolute;
    top: 34%;
    right: 8%;
    color: #4F52BA;
    font-size: 1.6em;
}
.profile_details ul li ul.dropdown-menu.drp-mnu {
    padding:0px;
    min-width: 135px;
    top: 88%;
    left: -172px;
}
ul.dropdown-menu.drp-mnu li {
    list-style-type: none;
    padding: 0px 0;
}
/*--max-plugin--*/

/*---footer---*/

.dev-page .dev-page-footer {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 25px;
    background: #27272b;
    left: 0px;
    bottom: 0px;
}


.dev-page-footer .dev-page-footer-buttons {
  position: absolute;
    z-index: 4;
    height: 50px;
    background: #30354A;
    -webkit-border-top-right-radius: 5px 5px 0px 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px 5px 0px 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px 5px 0px 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    list-style: none;
    padding: 5px;
    left: 18%;
    top: -10px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity = 0*100);	
}
.dev-page-footer .dev-page-footer-buttons > li > a {
  display: block;
    float: left;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background: #222636;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    text-decoration: none;
    margin-right: 5px;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dev-page-footer .dev-page-footer-buttons > li:last-child > a {
  margin-right: 0px;
}
.dev-page-footer .dev-page-footer-buttons.dev-page-footer-buttons-effect {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
}
.dev-page-footer .dev-page-footer-container {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: -236px;
    background: #CACACA;
    color: #6382a9;
    width: 100%;
    height: 237px;
    display: none;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-content {
  float: left;
  width: 100%;
  display: none;
}
.dev-page-footer .dev-page-footer-container.dev-page-footer-container-opened {
  display: block;
  -webkit-animation: fadeIn 100ms;
  animation: fadeIn 100ms;
}
.dev-page-footer.dev-page-footer-collapsed {
  bottom: -40px;
}
.dev-page-footer.dev-page-footer-closed {
  bottom: -40px;
}
.dev-page-footer.dev-page-footer-closed .dev-page-footer-buttons {
  top: 0px;
}
.dev-page-footer.dev-page-footer-fixed {
    position: fixed;
    z-index: 9999;
}
.dev-page-footer.dev-page-footer-fixed p{
    color: #FFF;
    font-size:12px !important;
    margin:5px 12px 12px 0px;
}
.copyright p{
	color: #FFF;
    font-size: 1em;
    margin: .5em 0 0 0;
	text-align:right;
}
.copyright p a{
    color: #FFF;
	text-decoration:none;
}
.copyright p a:hover{
    color:#67d3e0;
}

/*---//footer---*/



.header-right-grid{
	float:left !important;
}
ul.nofitications-dropdown {
    margin: 0;
}
.collapse.in {background: rgb(50, 50, 55);}
p.iconsname1{font-size:10px;}
.app-nav__item {
  display: block;
  /* padding:10px 9px 10px 10px; */
  padding: 10px 1px 7px 1px;
  line-height: 20px;
  color:#e9e9e9;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 18px;
}
a.app-nav__item{text-decoration:none;}
.app-nav__item:hover {
  background:#383842;
  color: #0993fe;
 
}
.app-nav__item:focus {
  /* background:#383842; */
  color: #0993fe;
 
}
.app-nav__item1 {
  display: block;
  padding:0px 0px 0px 0px;
  /*line-height: 20px;*/
  color: #e9e9e9;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 12px;
}
a.app-nav__item1{text-decoration:none;}
.app-nav__item1:hover, .app-nav__item1:focus {
color: #0993fe;
/* background-color:#383842;  */
}
.fa-caret-down:before{color:#0993fe;font-size:13px;}

.nav{
background-color:#383842;
color:#fff;
font-size: 12px;
    padding:3px;
}
.nav ul li{list-style:none;}
ul.dropdown-menu p{
 padding: 7px 10px;
 background-color: #383842;
 color: #fff;
 border-bottom: 1px solid #4ca8fe;
}
.select-option1{padding: 5px 0px;border: 1px solid #49a0ee;border-radius:3px;margin: 26px 14px 16px 0;color:#fff;background-color:#383842;float:left;font-size:12px;}
img.screen-layouts{width:21px;margin-right:10px;}
a.settings-icons{color:#fff;}
.disabled1{opacity: 0.4;
  /* cursor: not-allowed; */
  pointer-events: none;}

.dropdown1:hover .dropdown-menu1 {
    display: block;
 }
.progress-bar{width:56px;
    height: 10px;
    border: 5px solid green;
    margin: 1px 4px 10px 50px;}
.nav > li > a{padding:10px 6px;}
/*modal popup-css start*/


.modal-backdrop{z-index:initial;}
.modal-open{padding-right:0px!important;}
.wide {width: 100%;max-width: 55%;}
.modal-body, .modal-content {background-color: #27272b;color: #4ca8ff;}
.modal-title{text-align:center;}
.modal-header{border-bottom:1px solid #464646;}
.modal-footer{border-top:1px solid #464646;}
.btn-default{color:#fff;background-color:#383842;border-color: #575758;}
.table-striped > tbody > tr:nth-of-type(odd){background-color:#323237;}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{border: 1px solid #505050;color:#fff;}
.table-bordered{border:1px solid #505050;}
.fullWidth{width:100%;}
.savemodal-part{margin: 0 auto;height:180px;width:600px;}
.btn,.btn:active,.btn:hover{border: .5px solid #27272b!important;color: #fff;background-color: #383842;}
.export-moda-save-button-div{text-align: center;margin: 10px 0;}
h5.format{color:#fff;font-weight:300;padding-bottom:5px;text-align:center;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {color:#fff;background-color: #0993fe;border:none;}
.button-control-primary{padding:10px 45px;background-color: #0993fe;color: #fff;border: 1px solid #383842;border-radius: 4px;}
.button-control-primary:hover{padding:10px 45px;background-color:#fff;color:#0993fe;border-radius: 4px;}
.button-close{background:#383842;color:#fff;border:1px solid #383842;border-radius:4px;}
.button-close:hover{background:#fff;color:#383842;border-radius:4px;}
.export-burn-align-center {width: 400px;margin: 0 auto;}
select.dropdowncopy {-webkit-border-radius: 3px!important;-moz-border-radius: 3px!important;border-radius: 3px!important;background-color: #383842;border: none;padding:10px 30px;margin-right:25px;color:#fff;}
.button-close{padding:10px;}
.close{text-shadow:initial;color:#fff;opacity:0.6;}
.speed-preference{padding:15px 50px;}
h4.cine-speed{padding:15px 0px;color:#fff;}
select.magni-preference {-webkit-border-radius: 3px!important;-moz-border-radius: 3px!important;border-radius: 3px!important;background-color: #383842;border: none;padding:10px 30px;width:100%;color:#fff;}
label.lens{color:#fff;}
.save-magnify{background-color:#0993fe;border:1px solid #0993fe;color:#fff;padding:10px 18px;border-radius:5px;margin-top:10px;margin-right:10px;}
.save-magnify:hover{background-color:#fff;border:1px solid #0993fe;color:#0993fe;padding:10px 18px;border-radius:5px;margin-top:10px;margin-right:10px;}
.send-magnify{background-color:#0993fe;border:1px solid #0993fe;color:#fff;padding:4px 12px;border-radius:5px;margin-top:10px;margin-right:10px;}
.send-magnify:hover{background-color:#fff;border:1px solid #0993fe;color:#0993fe;padding:4px 12px;border-radius:5px;margin-top:10px;margin-right:10px;}
p.seperate-email{padding:10px 0px;color:#fff;}
h4.font-measure{padding:15px 0px;color:#fff;}
label.fonts{color:#fff;}
.fonts-row{margin-bottom:13px;}
select.modality-pop{padding:8px 18px;border:none;background:#383842;color:#fff;border-radius:4px;}
.modality{color:#fff;}
.windows-preset{margin-bottom:20px;}
.form-control1{
    display:block;
    width:100%;
    height:26px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color: #fff;
    background-color: #383842;
    background-image: none;
    border: 1px solid #484848;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
a.add-icon{color:#fff;}
a.delete-icon{color:#fff;}
.checkbox{color:#fff;}
.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc{margin-left: 15px;font-size: 16px;color:#fff;text-align:center;}
.widget-user-2 .widget-user-header{    padding: 8px;}
.dshbrd_btn button{background-color: #0993fe;color: #fff; /* outline: none; */ border: 1px solid #383842;}
.dshbrd_btn{padding-top: 70px;}
.dshbrd_cnfg_lsit{height: 164px !important;overflow-y: auto;width:100%;background:#383842;border: 1px solid #383842;border-radius: 5px;padding:0px;}
.dshbrd_cnfg_lsit option{ border-bottom: 1px solid #464646;padding:5px;color:#fff;}
.box .box-footer{border-top: 0px solid #fff;}
#musicinfo {
    display: none;
	position: relative;
    bottom:84px;
    left: -142px;
    /* z-index: 1234556; */
    width:239px;
	background-color:#27272b;
	color:#fff;
	margin:0px auto;
	font-size:20px;
	padding:6px 0px;
}
.icon-space{padding-right: 8px;cursor: pointer;padding-left: 12px;}
.edithp-text{background:#383842;color:#fff;border:1px solid #484848;font-size: 12px;}
/*modal popup-css end*/








