@charset "utf-8";
form, input, select, textarea, a, ul, li, button{margin:0; padding:0; border:0;	outline:0 !important; outline:none; list-style:none; color:inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none;}
.link{cursor: pointer;}
a.link {font-weight: 600; color: #337ab7;}
a.link:hover {text-decoration: underline;}
a img{ border:0px;}
.fl {float:left;}
.fr {float:right;}
.fc {clear:both;}
.nn {display:none;}
.cf:before,.cf:after { display: table; content: " ";}
.cf:after{ clear: both;}
.nw{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}

.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}

.pt5{padding-top: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.pl5{padding-left: 5px;}



.blk2{
	float: left;
	width: 50%;
}
.blk3{
	float: left;
	width: 33.333333333333%;
}
.blk4{
	float: left;
	width: 25%;
}
.blk5{
	float: left;
	width: 20%;
}
body{
	margin: 0px;
	background-color: #F5F5F5;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #565656;
	text-align: left;
	background-position:center center;
}
.scrolYok{
	overflow: hidden;
}
.stop-scrolling{
	padding-right: 17px;
}
.r3{
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

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

}
.bg{
	position: absolute;
	z-index: 9;
	background-color: #232F3E;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	display: none;
}
.yukleniyor{
	position: absolute;
	width: 100%;
	height:100%;
	top: 0px;
	left:0px;
	z-index:11;
}
.ybg{
	display: inline-block;
	position: absolute;
	z-index: 9;
	background-color: #FFF;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.ykl{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	font-size: 40px;
	color: #607D8B;
	z-index: 10;
}
.btn-mavi {
	background-color: #747a7e !important;
	border: 1px solid #5d6167 !important;
	color: #FFF;
}
.btn-turuncu {
	background-color: #f78536  !important;
	border: 1px solid #e4701f  !important;
	color: #FFF;
}
.btn-turuncu:hover, .btn-turuncu:active, .btn-turuncu:focus, .btn-mavi:hover, .btn-mavi:active, .btn-mavi:focus{
    color: #FFF;
}
.form-control{
	font-size: 12px;
	border: 1px solid #CED2D6;
}
.ust, .ustFx{
	width: 100%;
	height: 50px;
	background-color: #FFF;
	text-align: center;
	z-index: 999;
}
.ustFx{
	position: fixed;
	top: 0px;
	z-index: 1000;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.stop-scrolling .ustFx, .fancybox-margin .ustFx{
	padding-right: 17px;
}
.alt{
	position: relative;
	width: 100%;
	height: 30px !important;
	line-height: 30px !important;
	background-color: #EEE !important;
	background-image: none;
	text-align: center;
	color: #a8a8a7 !important;
	bottom: 0px;
	z-index: 6;
}
.orta{
	position:relative;
	width: 100%;
	text-align: center;
	min-height: 500px;
}
.icerik{
	position: relative;
	width: 100% !important;
	max-width: none !important;
	min-width: 1200px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
}
.orta .icerik{
	padding-top: 5px;
}
.logo{
	display: inline-block;
	margin-top: 3px;
}
.logo img{
	height: 45px;
}
.girisForm h2{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #5a758a;
}
.isim{
	position: absolute;
	font-size: 10px;
	left: 55px;
	top: 35px;
}
.cmenu{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFF;
}
.cmenu a, .cmenu li{
	position: relative;
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 700;
	transition: all 0.2s ease;
	border-left: 1px solid #F5F5F5;
	cursor: pointer;
}
.cmenu a:hover, .cmenu li:hover{
	background-color: #F5F5F5;
	color: #000;
}
.cmenu a.c, .cmenu li.c{
	background-color: #f78536;
	color: #FFF;
}
.cmenu i{
	font-size: 24px;
	margin-top: 10px;
}
.cmenu .baslik{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 2px;
	text-align: center;
	font-size: 8px;
	font-weight: 400;
	line-height: normal;
}
.cmenu a.cikis{
	background-color: #ea5455;
	color: #FFF;
}
.cmenu a.cikis:hover{
	background-color: #e84545;
}
.hatirlatmaMenuBtn{
	position: relative;
}
.cmenu .fullMenuBtn{
    display: none;
  }
.hatirlatmaMenuBtn .bildiri{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 24px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: 400;
	background-color: #e84545;
	color: #FFF;
	border-radius: 3px;
	display: none;
}
.full-menu{
	position: fixed;
	width: 100%;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow:auto;
	background-color: #FFF;
	z-index: 99;
	display: none;
}
.full-menu > a, .full-menu > li{
	float: left;
	position: relative;
	display: inline-block;
	width: 15%;
	padding:10px;
	margin: 10px;
	font-size: 12px;
	font-weight: 700;
	transition: all 0.2s ease;
	border: 1px solid #EEE;
	background-color: #F5F5F5;
	cursor: pointer;
	text-align: center;
}
.full-menu > a:hover, .full-menu > li:hover{
	background-color: #EEE;
}
.full-menu > a i, .full-menu > li i{
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
	color: #f78536;
}
.full-menu > li .full-menu-alt-menu{

}
.full-menu > li .full-menu-alt-menu a{
	display: block;
	padding: 10px;
	margin-top: 4px;
	background-color: #FFF;
	border: 1px solid #EEE;
}
.full-menu > li .full-menu-alt-menu a:hover{
	background-color: #f78536;
	color: #FFF;
}
.hatirlatmalar-menu{
	position: fixed;
	width: 400px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	overflow:auto;
	background-color: #FFF;
	z-index: 98;
	box-shadow: 0px 0px 20px  0px rgba(0, 0, 0, 0.4);
	display: none;
}
.hatirlatmalar-menu .hatirlatma{
	margin: 10px;
	padding: 10px;
	border: 1px solid #EEE;
	border-radius: 3px;
}
.hatirlatmalar-menu .hatirlatma i{
	width: 14px;
	text-align: center;
}
.hatirlatmalar-menu .hatirlatma.etk1{
	background-color: #8bc34a;
	border-color: #67A025;
	color: #FFF;
}
.hatirlatmalar-menu .hatirlatma.etk2{
	background-color: #ffc107;
	border-color: #F3BC16;
	color: #FFF;
}
.hatirlatmalar-menu .hatirlatma.etk3{
	background-color: #f44336;
	border-color: #E73225;
	color: #FFF;
}
.hatirlatmalar-menu .hatirlatma.etk4{
	background-color: #2196f3;
	border-color: #3182C3;
	color: #FFF;
}
.hatirlatmalar-menu .hatirlatma.etk5{
	background-color: #FF5722;
	border-color: #E73225;
	color: #FFF;
}
.hatirlatmalar-menu .hatirlatma.etk6{
	background-color: #e91e63;
	border-color: #d81b60;
	color: #FFF;
}

.table{
	background-color: #FFF;
	margin-top: 0px;
}
.table-responsive{
	margin-top: 10px;
}
.table-responsive .table{
	margin-top: 0px !important;
}
.table .fy{
	color: #00b8a9;
}
.table .btns{
	padding: 5px;
	text-align: right;
	width: 225px;
}
.table img{
	max-height: 50px;
	margin:-4px 0px;
}
.table td{
	position: relative;
	padding: 5px;
}
.table td .cihaz-icon{
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 16px;
}
.table td .dtr-data .cihaz-icon{
	position:static;
	margin-left: 10px;
}
.table td .version{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 8px;
}
.sweet-alert .sa-input-error{
	top:22px;
}
.ilanDetay{
	width: 700px;
	background-color: #FFF;
	position: relative;
	padding:20px;
	border-radius: 3px;
	border:1px solid #EEE;
}
.ilanDetayCol{
	float: left;
	width: 70%;
}
.ilanDetay .iTrh{
	position: absolute;
	top: 10px;
	right: 10px;
}
.ilanDetay .ilanBilgi h1{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ilanDetay .ilanBilgi h2{
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0;
	margin-top: 50px;
}
.ilanDetay .ilanBilgi .nitelikler li{
	padding: 5px;
	cursor: default;
	border-bottom: 1px solid #EEE;
}
.ilanDetay .ilanBilgi .nitelikler i{
	color:#a5a5a5;
}
.ilanDetay .ilanBilgi .nitelikler li:hover{
	background-color: #f8f8f8;
}
.ilanDetay .ilanBilgi .nitelikler li.c{
	color:#2b2e4a;
	font-weight: 700;
}
.ilanDetay .ilanBilgi .nitelikler li.c i{
	color:#5a758a;
}
.ilanDetay .ilanBilgi .kriterler{
	margin-top: 20px;
}
.ilanDetay .ilanBilgi .kriterler{
	margin-top: 20px;
}
.ilanDetay .ilanBilgi .kriterler li{
	font-weight: 700;
}
.ilanDetay .ilanBilgi .kriterler li span{
	display: inline-block;
	width: 110px;
	font-weight: 400;
}
.ilanDetay .ilanIst{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #EEE;
}
.ilanDetay .yeni, .ilanDetay .eski{
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
}
.ilanDetay .yeni{
	background-color: #e84545;
}
.ilanDetay .eski{
	background-color: #00adb5;
}
.video-js .vjs-big-play-button{
	font-size: 6em;
	height: 2em;
	width: 2em;
	border: 0.12em solid #fff;
	background: rgba(255, 255, 255, 0.2);
	line-height: 1.8em;
}
.cbmFormUstBtn{
	margin-bottom:10px;
}
.cbmFormUstBtn .fr{
	margin-left:10px;
}
.loglar{
	min-width: 800px;
}
.loglar .list-group-item{
	font-size: 12px;
	padding: 8px 10px;
}
.loglar small{
	color: #5A5A5A;
	font-size: 10px;
	background-color: #EEE;
	padding: 5px;
	margin: -5px;
	margin-right: 5px;
	border-radius: 3px;
}
.table .vidImg{
	position: relative;
	display: block;
	width: 100%;
	background-color: #000;
	margin:-4px 0px;
	text-align: center;
}
.table .vidImg img{
	margin: 0px;
}
.table .vidImg i{
	position: absolute;
	margin: auto;
	z-index: 40;
	color: #f78536;
	top: 10px;
	left: 32px;
}
.divForm{
	background:none !important;
}
.form-baslik{
	padding: 5px;
	font-weight: 700;
	background-color: #E9E9E9;
	border-radius: 3px;
}
.select2 {
    border: 1px solid #CED2D6;
}
.card-box .circliful-chart {
    float: left;
    margin-top: -15px;
}
.istatistik-baslik{
	font-size: 20px;
	margin: 10px;
	padding:0px 10px;
	font-weight: 600;
	background-color: #e5e5e4;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
}
.top-baslik{
	font-size: 20px;
	font-weight: 700;
	margin: 2px;
	line-height: 45px;
}
.top-baslik span{
	display: inline-block;
	background-color: #00b8a9;
	color: #FFF;
	border-radius: 30px;
	width: 45px;
	height: 45px;
	text-align: center;
}
.top-baslik.kirmizi span{
	background-color: #e84545;
}
.widget-user img {
    height: 50px;
    width: 50px;
}
.widget-user .wid-u-info {
	position: relative;
    margin-left: 55px;
}
.widget-user .wid-u-info h4{
	display: block;
	font-size: 14px;
	font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
.widget-user .wid-u-info p{
	font-size: 12px;
	margin: 0px;
}
.wid-u-info small span{
	color: #333;
	margin-right: 8px;
	font-size: 9px;
}
.wid-u-info .durumTxt{
	position: absolute;
	top: -17px;
	left: 0px;
	font-size: 10px;
	font-weight: 400;
}
.anasayfa-istatistik .card-box {
    padding: 5px;
}
.anasayfa-istatistik .cihazIcon{
    position: absolute;
	right: 2px;
	top: -22px;
	font-size: 16px;
}
.anasayfa-istatistik .cihazVersiyon{
    position: absolute;
	right: 20px;
	top: -17px;
	font-size: 10px;
}
.anasayfa-istatistik .scrol{
	position: relative;
	height: 320px;
	overflow: hidden;
	padding-right: 4px;
	margin-right: -4px;
}
.anasayfa-istatistik hr{
	margin-top: 10px;
}
.detayTablo{
	width:800px;
}
.cbm-video, .cbm-video #video{
	width: 720px !important;
}
.cbm-filtreler{
	position: absolute;
	width: 98%;
	min-height: 500px;
	background-color: #FFF;
	z-index: 7;
	top: 48px;
	left: 15px;
	padding: 1px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
}
.filtreler .str{
	min-height: 70px;
}
.filtreler .str label{
	margin-top: 10px;
}
.cbm-filtreler .str{
	display:block;
	width: 32%;
  float: left;
  margin-right: 1%;
}
.cbm-filtreler form{
	width: 100%;
	min-height: 455px;
	padding: 6px;
	display: inline-block;
}
.cbm-filtreler .fltrBtnFx{
	padding: 5px;
	background-color: #EEE;
}
.yonetici-not{
	position: relative;
	width: 1100px;
	min-height: 100px;
}
.yonetici-not .not-ust{
	min-height: 40px;
}
.yonetici-not .not-ust select{
	width: 200px;
}
.yonetici-not .etiket-filtrele{
	margin-right: 10px;
	margin-top: 6px;
	color: #000;
}
.yonetici-not .etiket-filtrele label{
	padding: 6px 5px;
	cursor: pointer;
	margin-left: 3px;
}
.yonetici-not .etiket-filtrele label.c{
	border:3px solid #000;
	padding: 6px 7px;
}
#tableNot thead{
	display: none;
}
#tableNot td{
	padding: 0px !important;
}
#tableNot_filter{
	margin-left: 4px;
}
.notlarTab{
	width: 90%;
	margin-bottom: 10px;
}
.notlarTab li{
	float: left;
	padding: 11px 30px 12px 30px !important;
	background-color: #B6B7B8;
	cursor: pointer;
	margin-right: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius:  3px;
	color: #FFF;
	font-weight: 700;
	border:1px solid #8F8D8D;
	border-bottom: 0px;
}
.notlarTab li.c{
	background-color: #FBFBFB;
	color: #000;
}
.yonetici-not .not-yaz textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.yonetici-not .not-btns{
	margin: 5px 0;
}
.yonetici-not .yn-ub{
	color: #7f8083;
}
.yonetici-not .yn-ub .fxPop0{
	font-weight: 400;
	cursor: pointer;
}
.yonetici-not .yn-ub .fxPop0:hover{
	text-decoration: underline;
}
.yonetici-not .yn-ub small{
	position: relative;
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 10px;
}
.yonetici-not .yn-ub small .hatirlatma{
	display: inline-block;
	margin-right: 20px;
	color: #00b19d;
}
.yonetici-not .yn-not{
	margin-top: 5px;
	color: #000;
}
.yonetici-not .snyBslk{
	text-align:center;
	display:none;
	background-color: #E2E2E2;
	margin-bottom: -6px;
	font-size: 14px;
	font-weight: 700;
	color: #ff6800;
	padding: 5px;
}
.yonetici-not .yn-str{
	position: relative;
	padding:5px;
	border-left: 5px solid #FFF;
}
.yonetici-not .yn-str .duzenle{
	position: absolute;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
}
.yonetici-not .etiket1{
	border-color: #8bc34a;
}
.yonetici-not .etiket2{
	border-color: #ffc107;
}
.yonetici-not .etiket3{
	border-color: #ef5350;
}
.yonetici-not .etiket4{
	border-color: #2196f3;
}
.yonetici-not .etiket5{
	border-color: #FF5722;
}
.yonetici-not .etiket6{
	border-color: #e91e63;
}
.yonetici-not .etiket7{
	border-color: #912da2;
}
.yonetici-not .etiketler {
    margin-top: 9px;
    margin-right: 9px;
}
.yonetici-not .etiketler strong{
	margin-right: 5px;
}
.yonetici-not .radio-success label::before{
	border: 4px solid #00b19d;
}
.yonetici-not .radio-warning label::before{
	border: 4px solid #ffc107;
}
.yonetici-not .radio-danger label::before{
	border: 4px solid #ef5350;
}
.yonetici-not .radio-mavi label::before {
    border: 4px solid #2196f3;
}
.yonetici-not .radio-mavi label::after {
    background-color: #2196f3;
}
.yonetici-not .radio-turuncu label::before {
    border: 4px solid #FF5722;
}
.yonetici-not .radio-turuncu label::after {
    background-color: #FF5722;
}
.yonetici-not .radio-pempe label::before {
    border: 4px solid #e91e63;
}
.yonetici-not .radio-pempe label::after {
    background-color: #e91e63;
}
.yonetici-not .radio-mor label::before {
    border: 4px solid #912da2;
}
.yonetici-not .radio-mor label::after {
    background-color: #912da2;
}

.not-btns .hatirlat{
	position: relative;
	padding-right: 20px !important;
	margin-right: 5px;
}
.not-btns .hatirlat input{
	position: absolute;
	top: 4px;
	right: 3px;
}

.yonetici-not .bootstrap-timepicker-widget table td input{
	width: 50px;
}
.yonetici-not .dropdown-menu{
	top: -130px;
	min-width: 120px;
}
.hatirlatma-yok, .hatirlatma-yok div{
	text-align: center;
	padding: 10px;
}
.hatirlatma-yok i{
	font-size: 120px;
	color: #dfdfdf;
}
.sayısal-istatistik h3{
	font-weight: 700;
	margin-bottom: 10px;
	color: #f78536;
}
.sayısal-istatistik .card-box{
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 20px 5px;
}
.sayısal-istatistik .card-box:hover{
	background-color: #f5f5f5;
	border-color: #bebebe;
}
.sayısal-istatistik .ysl{
	color: #18c95a;
}
.sayısal-istatistik .krmz{
	color: #e84545;
}
.genel-filtreler input{
	width: 100px;
}
.genel-filtreler label{
	line-height: 32px;
}
.genel-filtreler .fl{
	margin-left: 10px;
}
.istatistik-ilan-bildirim-detay{
	width: 1200px;
	min-height: 500px;
}
.istatistik-cv-paylasim-detay{
	width: 800px;
	min-height: 500px;
}
#tableIlanBildirim_filter{
	margin-left: 4px;
}
#tableIlanBildirim th{
	font-size: 9px;
	padding-right: 15px;
	font-weight: 400;
}
#tableIlanBildirim th::after{
	right: 5px;
}
#tableIlanBildirim td{
	font-size: 10px;
}
#tableIlanBildirim td .cihaz-icon{
	position: static;
}
#tableIlanBildirim a:hover{
	text-decoration: underline;
}
.table.dataTable{
	margin: -1px 0 !important;
}
.table .fxRsm{
	display: inline-block;
}
.table .fxRsm img{
	margin: -5px;
	max-height: 44px;
}
.table .label{
	font-weight: 400;
}
.table a:hover{
	text-decoration: underline;
}
.table .kose-icon{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 9px;
}
div.dataTables_filter {
	position: absolute;
    text-align: left;
	margin-left: 10px;
	margin-top: -46px;
	z-index: 8;
}
div.dataTables_filter input {
	margin-left: 4px;
	padding-left: 25px;
    width: 280px;
	height: 40px;
}
.tablo-arama-icon{
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 9;
	font-size: 14px;
	color: #F78536;
}
.filtrele{
	position: absolute;
	top: 1px;
	left: 250px;
	background-color: #f78536;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
	z-index: 10;
	border:1px solid #E47F38;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.filtrele:active{
	background-color: #E47F38;
}
div.dataTables_info {
	padding-top: 5px;
    font-size: 18px;
    font-weight: 700;
}
.tablo-alt{
	position: relative;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 2px 0 0 0;
}
.tab-menu{
	float: none;
	position: relative;
	background-color: #EEE;
	padding-left: 290px;
	padding-right: 0px;
	border: 1px solid #DDD;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	width: 100%;
	height: 48px;
	overflow-y:hidden;
}
.tab-menu:before,.tab-menu:after { display: table; content: " ";}
.tab-menu:after{ clear: both;}
.tab-menu.statik{
	padding-left: 0px;
	border-bottom: 0px;
	z-index: 9;
}
.tab-menu .tab{
	float: left;
	display: inline-block;
	padding: 5px 10px 0px 10px;
	height: 47px;
	line-height: 38px;
	cursor: pointer;
	font-weight: 700;
	border-left: 1px solid #D3D3D3;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tab-menu.statik .tab:first-child{
	border-left: none;
}
.tab-menu .tab.c{
	background-color: #FFF;
	border-top: 5px solid #f78536;
	padding-top: 0px;
	color: #f78536;
	box-shadow: 1px 15px 44px 0px rgba(0, 0, 0, 0.4);
}
.tab-menu .btn{
	padding: 12px 10px;
}
.tab-menu .baslik{
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #000;
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
}
.tab-menu .tab-baslik{
	float: left;
	font-size: 16px;
	font-weight: 700;
	background-color: #FFF;
	color: #000;
	width: 16%;
	height: 48px;
    line-height: 48px;
    padding: 0px 10px;
}
.tab-menu .tab-sekme{
	float: left;
	width: 84%;
}
.kontrol{
	position: relative;
	background-color: #FFF;
	min-height: 300px;
	border: 1px solid #DDD;
	border-top: 0px;
	margin-top: -1px;
	box-shadow: 0px -20px 100px -20px black;
	z-index: 8;
}
.kontrol-menu{
	float: left;
	position: relative;
	padding: 10px;
	width: 16%;
	min-height: inherit;
	height: inherit;
	background-color: #FFF;
}
.kontrol-menu .btn{
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
}
.kontrol-menu .btn i{
	margin-right: 5px;
}
.firma-menu .tab{
	font-size: 10px;
	font-weight: 400;
}
.kontrol-icerik{
	float: left;
	position: relative;
	min-height: inherit;
	width: 84%;
	padding: 10px 0;
	border-left: 1px solid #DDD;
}
.cbm-bildiri{
    position: relative;
    padding: 10px 35px 10px 10px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    background-color: #FAFAFA;
    border-radius: 5px;
}
.cbm-bildiri small{
	font-weight: 400;
	font-size: 12px;
}
.cbm-bildiri i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 30px;
	margin-top: -16px;
}
.cbm-bildiri.kirmizi{
	color: #ea5455;
}
.cbm-bildiri.yesil{
    color: #00b19d;
}
.webui-popover-content table th, .webui-popover-content table td{
	padding: 4px !important;
	font-size: 10px;
}
.sablon-data{
	margin-top: 20px;
}
.sablon-data .data{
	margin-top: 20px;
	position: relative;
	border: 1px solid #D4D4D4;
	background-color: #EEE;
	padding: 8px;
}
.sablon-data .data label{
	margin-top: 5px;
}
.sablon-data .data-sil, .sablon-data .data-tasi{
	position: absolute;
	right: 5px;
	top: 5px;
}
.sablon-data .data-tasi{
	right: 35px;
	cursor: move;
}
.ui.dimmer{
	z-index: 99999999;
}
.ui.dropdown .menu a.item:hover{
	text-decoration: none;
}
.table .ui.dropdown .menu > .item{
	font-size: 13px;
	padding: 10px !important;
	border-bottom: 1px solid #EEE;
}
.sablon-gonder-form .str{
	width: 33%;
	margin-right: 0.33333333%;
	float: left;
}
.sablon-gonder-form .str input{
	margin-top: 8px;
}
.analiz-sonucu{
	margin: 16px 0 0 16px;
	font-size: 17px;
	font-weight: 700;
}
.emojiler{
	font-size: 32px;
	height: 200px;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #999999;
	padding-right: 5px;
}
.emojiler span{
	float: left;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #EEE;
}

.cokluIlIlce .ilIlce div.fl {
    width: 150px;
    margin-right: 5px;
}
.ilIlce .ilIlceSil, .ilIlce .konumBelirle {
    margin: 4px;
}
.ilan-detay h4{
	border: 1px solid #EEE;
    padding: 10px;
    background-color: #f5f5f5;
}
.card-box {
    padding: 20px 20px 10px 20px;
    border: 1px solid rgba(54, 64, 74, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}
.siparis-detay .siparis-bilgileri{
	text-align: left;
	display: inline-block;
	width: 100%;
}
.siparis-detay .siparis-bilgileri div{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EEE;
}
.siparis-detay .siparis-bilgileri div:last-child{
	border: none;
}
.siparis-detay .siparis-bilgileri strong{
	display: inline-block;
	width: 150px;
}
.ui.dropdown .menu .item i{
	padding-left: 20px;
}
.ui.rating.yildiz {
    font-size: 2.5rem;
}
#tablo .ui.rating {
    position: absolute;
    bottom: 3px;
	right: 5px;
}
#tablo i.karaliste{
	position: absolute;
	top: 3px;
	right: 3px;
	color: #000;
}
.kupon-tanimla-form .str{
	width: 33%;
	margin-right: 0.33333333%;
	float: left;
}
.kupon-tanimla-form .str input{
	margin-top: 8px;
}
.colorpicker{
	z-index: 99999999;
}
.ui .label {
    color:inherit !important;
}
.ui.progress{
	height: auto !important;
}
.ui .bar .progress{
	background: none !important;
	width: auto !important;
	height: auto !important;
	margin-bottom:0 !important;
}
.text-right.card-box{
	min-height: 100px;
}
.popup-menu{
	width:200px;
	float:left;
	margin-right:10px;
}
.dikkat-benzer-firmalar{
	width: 300px;
	margin-left: 10px;
}
