/* Empty. Add your own CSS if you like */
body,.pane, .view{
	background-color:#f5f5f5 !important;
	background:url(../img/spark_png-01.png) right bottom no-repeat;
}
.clspadding{
	padding:5px !important;
}
.flexsize{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.bar {
	padding:0px !important;
	height:65px !important;
}

.has-header {
	top: 65px !important;
}

.bar .title {
	line-height: 50px;
}

.bar .title + .buttons {
	top: 0px !important;
}
.item{
	background-color:transparent;
}
.clsmargin{
	margin-left:10px;

}
.clsspan{
	line-height:30px;
	display:inline !important;
}
a.button-positive{
	font-size:32px !important;
}
.clsuploadbtn{
	font-size:25px !important;
}
.clsdevice{
	right:10px !important;
	bottom:10px !important;
	top:auto !important;
	position:absolute;
}
.clspopupdevice{
	right:3px !important;
	margin:3px !important;
	top:auto !important;
	position:absolute;
}
clspopupdevice span{
	font-size:12px !important;
}
.clsdevicebtn{
	margin:0px 3px;
	min-width:42px;
	min-height:37px;
}
.clsdevicebtn label{
	font-size: 12px;
	padding-left: 5px;
}
.item-thumbnail-left, .item-thumbnail-left .item-content{
	min-height:80px !important;
}
.item-thumbnail-left > img:first-child, .item-thumbnail-left .item-image, .item-thumbnail-left .item-content > img:first-child, .item-thumbnail-left .item-content .item-image{
	max-height:60px !important;
	max-width:60px !important;
}
.clsappedit{
	color:#fff;
	
	position:absolute;
	height:30px;
	left:45%;
	top:-50px;

	transition:ease-out 0.5s;
}
.clsappeditdiv{
	color:#fff;
	height:30px;
	float:left;
	cursor:pointer;
	margin:0px 5px;
	
	padding:5px 10px;
	background-color:#387ef5;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;

}
ion-item:hover > .clsappedit{
	top:-5px;
	display:block;
}
	
.clsmodalheader{
	height:44px !important;
}
.clsmodalheader .title{
	line-height:44px !important;
}
.clsnavcont{
	height:35px !important;
	padding-top:15px;
}


/* ------- SEARCH ----*/
/*.right-buttons{
	display:block !important;
}*/
	
.searchBar {
	color: #999;
	margin: 0 !important;
	padding: 0;
/*	position:absolute;
	z-index:100;
	top:60px;*/
}
.searchBar .icon {
	color:#999;
	font-size: 23px;
	line-height: 1.0;
	padding-right: 6px;
	padding-left: 6px;
	float:right;
}
.searchBar .searchTxt {
	right: 30px;
	width: 30%;
	position: fixed;
	height:35px;
	bottom:5px;
}
.searchBar.numicons2 .searchTxt {
	width: calc(100% - 135px);
}
.searchBar .searchTxt > .bgdiv {

	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.3;
}
.searchBar .searchTxt > .bgtxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.searchBar .searchTxt input {
	width:97%;
	background-color: inherit;
	color: #000;
	padding-left: 5px;
	padding-right:5px;
	border-bottom:1px solid #ccc;
	
}
.clsprogress{
	position: absolute;
    z-index: 100;
    height: 40px;
    width: 320px;
    overflow: hidden;
    padding: 10px;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
    background-color: #fff;
	box-shadow:2px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 5px 5px rgba(0,0,0,0.4);
	-ms-box-shadow:2px 5px 5px rgba(0,0,0,0.4);
	-o-box-shadow:2px 5px 5px rgba(0,0,0,0.4);
}
.percent {
    position: absolute; width: 300px; height: 20px; z-index: 1; text-align: center; font-size: 0.8em; color: white;
}
.progress-bar {
    width: 300px; 
	height: 20px;
	overflow:hidden;
    border-radius: 10px;
    border: 1px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42424C), to(#1C1C1D));
    border-image: initial;
	    position: relative;
}
.uploaded {
	width:300px;
	left:-300px;
    padding: 0;
    height: 18px;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
    border-image: initial;
	position: relative;
}
.addcls, .addcls:hover{
	/*margin-left: 20px;*/
    line-height: inherit;
    min-height: inherit;
    color: #387ef5;
    font-size: 30px;
	cursor:pointer;
	
}
.device_main{
	width:100%;
	float:left;
}
.device_main .cls_device{
	width:25%;
	float:left;
}
.cls_device input[type="file"]{
	line-height: 24px;
	padding-right: 0;
	max-width: 185px;
}
.cls_device input[type="text"]{
	border: 1px solid #ccc;
	width: 90%;
	margin-left: 5px;
	padding:5px;

}
/*.file_upload{
  padding:5px 10px;
  background:#00ad2d;
  border:1px solid #00ad2d;
  position:relative;
  color:#fff;
  border-radius:2px;
  text-align:center;
  float:left;
  cursor:pointer
}
.uploadcls {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
    
}*/
.clsremovetop{
	top:40px !important;
}
.clsremovepadding{
	padding:3px 5px !important;
}
