body{
	background-color:#f5f5f5;
	margin:0px;
	padding:0px;
}
	
.body{
	background-image: url(img/body-back.png);
	background-repeat: repeat-y;
	background-position: left top;
}

a {
	color: #000000;
	text-decoration: none;

}
.uyari-mesaji {
	font-size: 12pt;
	color: #000;
	background-image: url(img/svg/alert-urun-yok.svg);
	background-repeat: no-repeat;
	background-position: center 35px;
	text-align: center;
	padding-top: 110px;
	background-size: 64px;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:focus,active,hover {
	text-decoration: none;
	outline:none;
	color: #000000;
}


.UyariMesaji {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 23px;
	padding-left: 58px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(img/svg/alert.svg);
}


.Basliklar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	text-align: right;
}
.AltCizgi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.AltCizgi1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F4F4F4;
}



.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}
input{
outline:none;
}
input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 0.5;
  padding:7px;
  	font-weight: normal;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 0.5;
    padding:7px;
		font-weight: normal;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 0.5;
    padding:7px;
		font-weight: normal;
}

input::placeholder {
  color: #cccccc;
  opacity: 0.5;
      padding:7px;
	 	font-weight: normal;
}

.tetxarea::-webkit-input-placeholder {
  color: #cccccc;
    padding:7px;
  opacity: 0.5;
  	font-weight: normal;
}

.tetxarea::-moz-placeholder {
  color: #cccccc;
  opacity: 0.5;
      padding:7px;
	  	font-weight: normal;
}

.tetxarea:-ms-input-placeholder {
  color: #cccccc;
  opacity: 0.5;
    padding:7px;
		font-weight: normal;
}

.tetxarea::placeholder {
  color: #cccccc;
   padding:7px;
 	 opacity: 0.5;
	font-weight: normal;	 
}



.radius {
-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}


.fullClass{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.textform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
}

.textform:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}

.selectform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}

.selectform:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}

.loginWrapper{
	display: block;
	max-width: 400px;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.loginWrapper .loginDiv {
	display: block;
	padding: 10px;
	width: 100%;
	background-color: #EBEBEB;
	margin: 0px;
	border: 1px solid #CCCCCC;
	float: left;
}
.loginWrapper .loginDiv h1 {
	font-family: "Dosis", sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.loginDiv input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 40px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius:5px;
	outline:none;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size:24px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.icon-admin{
	background-image: url(svg/admin.svg);
}
.icon-pass{
	background-image: url(svg/password.svg);
}

.Sayfalama {
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;
	FONT-SIZE: 11pt;
	MARGIN: 0px;
	BORDER-LEFT: #d2d2d2 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #d2d2d2 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #f8f8f8;
	TEXT-DECORATION: none;
	text-align: center;
	line-height: 40px;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	height: 40px;
}
.Sayfalama_big {
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;
	FONT-SIZE: 12pt;
	MARGIN: 0px;
	BORDER-LEFT: #d2d2d2 1px solid;
	COLOR: #990000;
	BORDER-BOTTOM: #d2d2d2 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFCC;
	TEXT-DECORATION: none;
	text-align: center;
	display: block;
	float: left;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	height: 40px;
}


.SayfaClass {
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 14px;
	background-color: #FFFFFF;
}
.SayfaClass:hover{
	text-decoration: none;
}
.SayfaClass_Selected {
	border: 1px solid #005279;
	background-color: #006699;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.tinput::-webkit-input-placeholder {
   color: #000000;
}

.tinput:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

.tinput::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

.tinput:-ms-input-placeholder {  
   color: #000000;  
}

.dialogTitle{
	font-size: 17px;
	line-height: 40px;
	color: #FFF;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #000000;
	position: relative;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.dialogTitle .kapat{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-image: url(svg/kapat_beyaz.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	width: 40px;
}

.kayit-back{
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
}

.kayit-back0{
	background-color: #090;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #063;
	width: 100%;
	display: block;
	padding: 10px;
	color: #FFF;
}
.child-satir{
	position: relative;
}
.child-satir .time-hd{
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	display: block;
	height: 30px;
	width: 50px;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	border-radius: 5px;
}
.child-satir .sira-oval{
	font-size: 16px;
	line-height: 40px;
	border-radius: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 2;
	left: -10px;
	background-color: #FF8000;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 2px solid #000;
	top: -5px;
}
.kayit-back2{
	background-color: #333;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #000;
	width: 100%;
	display: block;
	padding: 10px;
	color: #FFF;
}


.kayit-back1{
	background-color: #039;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #006;
	width: 100%;
	display: block;
	padding: 10px;
	color: #FFF;
}

.kayit-backD{
	background-color: #F00;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #C00;
	width: 100%;
	display: block;
	padding: 10px;
	color: #FFF;
}



.kayit-full {
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
	
}

.kayit-blok{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border-radius: 10px;
	margin: 0px;
	padding: 8px;
}

.login-logo{
	background-color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.u-menu{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.u-menu .title{
	background-color: #FC0;
	text-align: center;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.u-menu li{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.u-menu li a{
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.u-menu li a:hover{
	background-color: #333333;
}
.u-menu li a i{
	color: #FFFFFF;
	float: left;
	display: block;
	margin-top: 14px;
}

.u-menu li a span{
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	color: #FFF;
}


.dropdown-menu{
	background-color: #FFFFFF;
}
.dropdown-menu .hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dropdown-menu .a-bold{
	float: left;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11pt;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
}.dropdown-menu .a-bold i {
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}
.dropdown-menu-left::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-left::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -7px;
}

.dropdown-menu-right::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-right::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -7px;
}

.p-ist{
	position: relative;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 25px;
	padding-left: 12px;
}

.p-ist .icon{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 46px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 1;
	right: 10px;
}

.p-ist .text1{
	font-size: 13px;
	color: #000;
	padding: 0px;
	display: block;
	margin: 0px;
}

.p-ist .text2{
	font-size: 18px;
	color: #000;
	padding: 0px;
	display: block;
	margin: 0px;
	font-weight: bold;
}
.p-ist .text2 font{
	font-size: 16px;
	padding-left: 10px;
}
.p-ist .text3-up{
background-image: url(svg/png/up-arrow.svg);
}
.p-ist .text3-down{
background-image: url(svg/png/down-arrow.svg);
}
.p-ist .text3{
	font-size: 12px;
	color: #666;
	display: block;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.p-ist-baslik{
	font-family: "Segoe UI", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	font-weight: 400;
	background-color: #F4F4F4;
	margin-bottom: 3px;
	border-radius:10px;
}

.istCizgi{
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Dosis", sans-serif;
}
.p-ist-mini {
	font-family: "Dosis", sans-serif;
	font-size: 13pt;
	line-height: 35px;
	font-weight: 500;
	margin-top: 10px;
	position: relative;
}
.istCizgi1{
	background-color: #F3F3F3;
}
.relative{
	position: relative;
	}
.is-img{
	height: 30px;
	width: 30px;
	border-radius:30px;
}

.p-ist-mini .ist{
	line-height: 25px;
	color: #FFF;
	background-color: #FF5151;
	height: 25px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-size: 12px;
	width: 50px;
}
.body-back{
	background-color: #000;
}
.child{
	background-image: url(svg/child.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80px;
}
.div-left{
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
}

.table th{
	font-size:11px;
		vertical-align: middle;

}

.table td{
	font-size: 11px;
	vertical-align: middle;
}	

.table-cerceve{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-collapse:collapse;
}

.table-cerceve th{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F8F8F8;
	height: 40px;
}

.table-cerceve td{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	cursor:pointer;
}

.table-cerceve tr:hover > td {
	background-color: #F7F7F7;
}

.menu-link-oval{
	background-color: #FFF;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.index-icon{
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 100%;
}
.index-aktif{
	background-image: url(svg/index/active.svg);
}

.index-pasif{
	background-image: url(svg/index/pasive.svg);	
}

.index-iptal{
	background-image: url(svg/index/iptal.svg);	
}

.index-time{
	background-image: url(svg/index/time.svg);	
}
.index-title{
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.index-text{
	font-size: 12pt;
	color: #000;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 100%;
	font-weight: bold;
}

.child-img{
	height: 60px;
	width: 60px;
	border-radius:30px;
}
.bodybeyaz{
	background-color: #FFF;
}

.oval-sira{
	font-size: 18px;
	line-height: 60px;
	border-radius: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	height: 60px;
	width: 60px;
	background-color: #CC0000;
	margin: 0px;
	padding: 0px;
	float: left;
}
.child-ad-soyad{
	font-size: 15pt;
	line-height: 60px;
	font-weight: bold;
	color: #000;
}

.child-time-hd{
	font-size: 14pt;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	display: block;
	height: 40px;
	width: 150px;
	border-radius: 5px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.yeni-satir {
	position: relative;
}

.yeni-satir .no{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	line-height: 25px;
	height: 25px;
}
.durum-no-0{
	color: #000;
	background-color: #EBEBEB;
	border: 1px dashed #CCC;
}

.durum-no-0 .no-big{
	font-size: 20px;
	line-height: 70px;
	color: #333;
	text-align: center;
	height: 70px;
	font-weight: bold;
}
.durum-no-1{
	color: #FFF;
	background-color: #069;
	border: 1px solid #036;
}
.btn-kapat-islem{
	color: #FFF;
	background-color: #005E8A;
	border: 1px solid #036;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-radius: 5px;
	width: 100%;
	max-width:100px;
}

.durum-no-1:hover{
	color: #FFF;
}
.durum-no-1 .no{
	background-image: url(svg/oval_koyu-mavi.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
}

.durum-no-2{
	color: #FFF;
	background-color: #C00;
	border: 1px solid #C03;
}
.durum-no-2:hover{
	color: #FFF;
}
.durum-no-2 .no{
	background-image: url(svg/oval_kirmizi.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
}


.yeni-satir .ad-soyad {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}


.durum-no-1  .sayac-saniye{
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 60px;
	line-height: 20px;
	border-radius: 5px;
	background-color: #005279;
	font-weight: bold;
	position: relative;

}

.durum-no-1  .sayac-saniye .span{
	font-size: 9px;
	line-height: 20px;
	color: #FFF;
	background-color: #000;
	height: 15px;
	width: 50px;
	border-radius: 5px;
	position: absolute;
	left: 5px;
	top: -60px;
	text-align: center;
	display: block;
}
.durum-no-2  .sayac-saniye{
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 60px;
	line-height: 20px;
	border-radius: 5px;
	background-color: #A42900;
	font-weight: bold;
	position: relative;
}
.durum-no-2  .sayac-saniye .span{
	font-size: 9px;
	line-height: 20px;
	color: #FFF;
	background-color: #000;
	height: 15px;
	width: 50px;
	border-radius: 5px;
	position: absolute;
	left: 5px;
	top: -60px;
	text-align: center;
	display: block;
}



.sure-ekle{
	background-image: url(img/svg/ekle.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	background-size: 32px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 42px;
	display: block;
	background-color: #000;
}

.sure-cikart{
	background-image: url(img/svg/cikart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	background-size: 32px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 42px;
	display: block;
	background-color: #000;
}