@charset "utf-8";
/* CSS Document */
/*TOP MENU BAŞLANGIÇ*/
.u-vmenu ul ul li a[data-option='on']{
	background: url(../img/on.png) right center no-repeat;
	padding-right: 15%;
	display: -webkit-inline-box;
	background-position-y: -6px;
}
.u-vmenu ul ul li a[data-option='off'] {
	background: url(../img/off.png) right center no-repeat;
	padding-right: 15%;
	display: -webkit-inline-box;
	background-position-y: -6px;
}
.u-vmenu a {
	text-decoration: none;
	outline: none;
}
.mainHeader {
	background-color:#535C69;
	}

.generalPaddingZero {
	padding:0px;	
	}
.topMenuBgAndHeight { /*Üst Menümüzün Arka Plan Rengi ve Yüksekliğini Düzenler */
	height:50px;
	max-height:50px;
	background:#535C69;
	min-width:768px;
	}
.menuContainer {width:200px; max-width:200px; position: absolute;} /*Menünün Tutucusu*/
.leftBoxBgAndHeight { /*Sol Taraftaki İkon Kutucuklarının Yükseklik ve Arkaplanını Düzenler*/
	height:40px;
	max-height:40px;
	background:#535C69;
	position: fixed;
	top: 50px;
	width: 205px;
	}
.menuBgAndHeight { /*Menünün Arka Plan ve Yüksekliği*/
	background: #535C69;
	/* height: 100%; */
	position: fixed;
	overflow: scroll;
	/* padding-bottom: 75px; */
	width: 205px;
	overflow: scroll;
	bottom: -20px;
	top: 90px;
	z-index: 999999;
	}
::-webkit-scrollbar { /*Scrool Bar Genişliği*/
   /* width: 1px; */
}
.menuLogo { /*Top Menü Logo*/
	background-image:url(../img/logo.svg);
	background-repeat:no-repeat;
	display:block;
	margin:0 auto;
	width:170px;
	height:30px;
	margin: 10px 10px auto;
	} 
.topMenuLogoDiv { /*Top Menü Logosunu kapsayan Div'in özellikleri*/
	max-width: 200px;
    margin-left: 30px;
    border-right: #CBCACA 1px solid;
    min-height: 50px;
	float:left;
	display:block;
	}
.topMenuFastMenuDiv  {max-width:50px;float:left;display:block;border-left: #CBCACA 1px solid;height: 50px;/* margin-bottom: -2px; */height: 50px;margin-left: 15px;} /*Top Menü Hızlı Menü'yü kapsayan Div'in özellikleri*/
.topMenuLastDataDiv { /*Top Menü İşlem Geçmişini kapsayan Div'in özellikleri*/
	max-width: 50px;
	border-right: #CBCACA 1px solid;
	/* height: 53px; */
	float:left;
	display:block;
	/* margin-top: 1px; */
	/* margin-bottom: -5px; */
	}
.topMenuFastMenu, .topMenuLastData { /*Top Menü Butonlar Genel Ayarlar*/
	outline:none;
	border:none;
	width:30px;
	height:30px;
	cursor:pointer;
	margin: 10px;
	box-sizing: border-box;
	opacity:0.7;
	}
.topMenuFastMenu:hover, .topMenuLastData:hover, .topMenuFastMenu:active, .topMenuLastData:active {
opacity:1 !important;
transition:opacity 100ms !important;
border:none !important;
background-color:transparent !important;
outline:none !important;
box-shadow:none !important;
} 
.topMenuFastMenu {background:url(../img/hizli-menu.svg)} /*Top Menü Hızlı Menü*/
.topMenuLastData {background:url(../img/islem-gecmisi.svg)} /*Top Menü İşlem Geçmişi*/
.topMenuSearcDiv { /*Top Menü Arama Kısmını Kapsayan Div*/
	float:left;
	display:block;
	}
.topMenuLeftFloat {float:left;display:block;} /*topMenu'nin altında ki Divlerde sola akışı ayarlar*/
.topMenuSearchButton { /*Top Menü Arama Buton */
	background:url(../img/arama-buton.svg);
	outline:none;
	border:none;
	width:27px;
	height:15px;
	cursor:pointer;
	margin: 17.5px 10px auto 10px;
	box-sizing: border-box;
	opacity:0.7;
	}
.topMenuSearchButton:hover {
	opacity:1 !important;
	transition:opacity 100ms !important;
	border:none !important;
	background-color:transparent !important;
	outline:none !important;
	box-shadow:none !important;
	}
.topMenuSearchInput { /*Top Menu Arama Kutusu*/
	width: 100% !important;
	background:none !important;
	outline:none !important;
	border:none !important;
	color:#FFF !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
	font-size:14pt !important;
	margin-top:14px !important;
	}
.topMenuSearchInput:hover { /*Top Menu Arama Kutusu*/
	border-color:transparent !important;
	box-shadow:none !important;	
	}
.menuClockPosition { /*Top Menü Saat Yerinin sağda kalmasını sağlar*/
	border-left: #CBCACA 1px solid;
	min-height: 50px;
	padding-left: 5px;
	border-right: #CBCACA 1px solid;
	padding-right: 12px;
	right: 500px;
	margin-right: 100px;
	} 
.menuClock { /*Menü Saati*/
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:21pt;
	margin-top:11.25px;
	}
.menuDate { /*Menü Tarihi*/
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt;
	line-height: 30px;
	margin-left:10px;
	}
.menuCurrance label { /*Menü Döviz Kuru*/
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt;
	margin-left:10px;
	text-align:left;
	}
.userLogo { /*Kullanıcı Logosu*/
	background:url(../img/user_default.svg) center no-repeat;
	background-size:cover;
	width:44px;
	height:44px;
	border-radius:22px;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	margin-bottom:1px;
	/* right: 50%; */
	/* display: block; */
	/* margin: 0 auto; */
	}
.fastMenuDropdown { /*Hızlı İşlem Dropdown*/
    width: 380px;
    max-width: 380px;
    background: #F3F4F4;
    border: #535C69 solid 1px;
    display: none;
    position: absolute;
    z-index: 9;
    padding: 20px;
    margin-top: 2px;
	} 
.divInDropdown { /*Hızlı İşlem Birinci Div*/
	box-sizing:border-box;
	}
.dropdownIcon { /*Dropdown İkonlar*/
	float: left;
    color: #535C69;
    font-size: 24px;
	}
.dropdownHead { /*Dropdown Başlıklar*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: #535C69;
    line-height: 32px;
    margin-left: 8px;
	}
.divInDropdown li > a { /*Dropdown a Tagı ayarları*/
	text-decoration: none;
	color: #535C69;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	white-space: nowrap;
	}
.divInDropdown li > a:hover {color: #39414b; font-weight:bold; transition: color 0.5s ease; }
.divInDropdown li { /*Dropdown li tagı*/
	padding: 10px 0px 10px 0px;
	}
.lastDataDiv { /*İşlem Geçmişi Div*/
	width:200px;
	max-width:200px;
	background:#F3F4F4;
	border:#535C69 solid 1px;
	display:none;
	position: absolute;
    margin-top: 2px;
	margin-left:10px;
	} 
.lastDataDiv ul > li > a { /*İşlem Geçmişi a Tagları*/
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#535C69;
	font-size:12pt;
	}
.lastDataDiv ul > li > a:hover { /*İşlem Geçmişi a Tagları*/
	color:#363E49;
	margin-left:3px;
	white-space:nowrap;
	font-size:12.5pt;
	transition: color 100ms;
	transition: margin-left 100ms;
	}
.lastDataDiv ul > li { /*İşlem Geçmişi li Tagları*/
	margin: 10px 0px 0px 0px;
	border-bottom:#535C69 dotted 1px;
	padding-bottom: 5px;
	width:100%;
	}
.searchBoxGeneralDiv { /*Arama Kutusu Genel Div*/
    width: 490px;
    max-width: 490px;
    background: #FFF;
    border: #535C69 solid 1px;
    height: 314px;
    margin-left: -47px;
    display: none;
    position: absolute;
    box-sizing: border-box;
    margin-top: 9.5px;
    margin-left: -52px;
 }
.forA > li > a { /* Arama Kutusunun a tagı ayarları */
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#535C69;
	font-size: 10pt;
	padding:0px;
	white-space: nowrap;
	padding-left:25px !important;
	}
	
.forA > li > a:hover, .forA > li > a.checkact {
	background:url(../img/tik.svg) left center no-repeat;
	background-size: 18px 18px;
	}
.forA > li{ /* Arama Kutusunun li tagı ayarları */
   /* margin: 25px; */
   margin: 15px 35px 6px 25px;
   /* padding: 20px; */
   }
.searchBoxCorrect { /*Arama Kutusunda ki Tik İşareti*/
	margin-left: -22px;
    padding-right: 5px;
	display:none;
	}
.searchBoxDetails { /*Detaylı Arama Arama Kutusu Genel Div*/
	width:100%;
	height:30px;
	border:#535C69 solid 1px;
	background: #E5E5E4;
	display: inline-block;
	margin-top: 10px;
	}
.searchBoxDetailsText { /*Arama Kutusu Detaylı Ara Yazısı*/
	font-family:Arial, Helvetica, sans-serif;
	color:#535C69;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	/* margin-left: 150px; */
	line-height: 30px;
	}
.searchBoxDetailsIcon { /*Arama Kutusu Detaylı Ara İkon*/	
	color: #5A5A5A;	
	font-size: 20px;	
	margin-left: 125px;
	margin-right: 10px;
	}
.logoGeneralDiv { /*Logonun Altında ki Divlerin Kapsayıcısı*/
    width: 290px;
    background: #535C69;
    right: 0%;
    position: fixed;
    margin-top: 45px;
    padding: 5px;
    display:none;
    height: auto;
 }
.userName p { /*Kullanıcı Adı*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 11pt;
	font-weight:800;
	text-align:center;
	margin-bottom: 2px;
	/* word-spacing: 5px; */
	line-height: 20px;
	white-space: nowrap;
	}
.userClass select { /*Kullanıcı Adı vs. kısmı genel ayarlar*/
    border: none;
    background: none;
    color: white;
    display: block;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    text-align: center;
    -webkit-appearance: inherit;
    cursor: pointer;
    width: auto;
    text-align-last: center;
    padding-bottom: 2px;
 }
.userClass select > option { /*Kullanıcı Adı Kısmı SelectBox Option ayarları*/
	background: #535C69 !important;
    color: #FFF !important;
    outline: none !important;
    border: none !important;
    text-align: center !important;
    background-color: transparent;}
.userClassBold select { /*Kullanıcı Adı Kalın Yazı*/
	font-weight:bold;
	font-size:10.5pt;
	}
.userClassRegular select { /*Şube Dönem Normal Yazı*/
	font-weight:normal;
	font-size:9pt;
	}
/*TOP MENU BİTİŞ*/

/*BOX MENU BAŞLANGIÇ*/
.boxMenuGeneralDiv {padding-top: 5px;} /*Sol Menüde ki İkonları Kapsayan Div*/
.boxMenuMargin1  {margin: 0px 20px 0px 10px; cursor:pointer;}  /*Sol Menüde ki İkonların ara Boşluk Ayarı 1*/
.boxMenuMargin2  {margin: 0px 20px 0px 0px; cursor:pointer;}  /*Sol Menüde ki İkonların ara Boşluk Ayarı 2*/
.langIkoCenter  {margin-top:-5px}  /*Sol Menüde ki Dil İkonu Ortalama*/
/*BOX MENU BİTİŞ*/

/*MENÜ BAŞLANGIÇ*/
.menuSpans {color:#FFF;font-size: 18px;margin: 0px 20px 0px 10px;} /*Menüdeki İkonların Genel Span ayarları*/
.menuText {color:#FFF;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size: 10pt;cursor:pointer;line-height: 27px; white-space:nowrap;} /*Menü Yazıları*/
.menuPlus { /*Menü Artı İşareti Ayarı*/
	color: #FFF;
	position: absolute;
	left: 185px;
	font-size: 12px;
	line-height: 27px;
	cursor: pointer;
}
.menuGeneralLine { /*Menüde ki Alt Çizgiler*/    
	border-bottom: #7E848E solid 1.5px;
    padding-bottom: 5px;
	padding-top: 5px;
	cursor:pointer;	
	}
.menuGeneralLine:hover { /*Menüde ki Alt Çizgiler*/    
background-color:#65758d;}
.menuGeneralLine li:hover { /*Menüde ki Alt Çizgiler*/    
background-color:#91a6c6;
					}
.aTagMenu2 a > p{ 
	outline: none;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
    margin-left: 48px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    cursor: pointer;
	/*white-space: nowrap;*/
	}
.aTagMenu p { /*Alt Menünün Alt Menü Yazıları*/
    margin-left: 58px !important;
	text-decoration:none;
	}

.aPadding{
	padding: 10px 120px 10px 50px;
    margin: -50px;}
.hidePlus {
	display:none;
	}
.artiGoster {
	display:block !important;
	} 	
/*MENÜ BİTİŞ*/


/*SİSTEM GENEL FORMLARI BAŞLANGIÇ*/
.borderGeneral {
	background:#535C69;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top: -30px;
	height:22px;
	}
.ico-personel {
	background-image:url(../img/icon/personel.png);
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin-right:10px;
	margin-top:3px;
	}
.tabGeneral li {
	background:#5387FB;
	height:100%;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 5px 2px 0px 0px;
    padding: 3px;
    border-bottom-right-radius: 40px;
	width:69px;
    text-indent:3px;
	outline:none;
	display:block;
	float:left;
	border:none;
	text-align:left;
	}
.tabGeneral li:hover, .tabGeneral li.active, .tabGeneral>.sec {
	background:#535C69 !important;
	}
.tabGeneral {
	list-style:none;
	padding:0;
	margin:0;
	}
.tabGeneral li {
	display:block;
	float:left
	}
.generalFormBody {
    border: #C1C0C0 solid 3px;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
	position:relative;
	/*margin-left: 5.5%;*/
	}
.generalFormTitle {
    border-top: #C1C0C0 solid 3px;
    border-left: #C1C0C0 solid 3px;
    border-right: #C1C0C0 solid 3px;
    height: 30px;
    margin-left: -18px;
    margin-top: -30px;
    background: #F3F4F4;
    z-index: 99;
    margin-bottom: -3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: auto;
    position: absolute;
    padding: 5px;
	min-width: 150px;
	}	
.generalFormTitle span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#535C69;	
	text-indent:5px;
	display:block;
	}
.generalFormText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-align:right;
	margin-top: 3px;
	}
.generalFormInputs input{
	border: #757575 solid 1px;
    border-radius: 5px;
    height: 20px;
    padding: 10px 5px 10px 5px;
    width: 100%;
	text-align: right;
    text-indent: 10px;
    /*direction: rtl;*/
	}
*:first-child+html .generalFormInputs input  { height: 30px !important; }
_::-ms-reveal, .generalFormInputs input  { height: 30px !important; }
.generalFormInputs select {
    border: #757575 solid 1px;
    border-radius: 5px;
	height:20px;
	padding: 0px 5px 0px 5px;
	width:100%;
	}
 .generalFormInputs textarea {
	height:auto;
	padding: 5px 0px 5px 5px;;
	width:100%;
	border: #757575 solid 1px;
    border-radius: 5px;
	width:100%; 
	 }
.generalFormInputs input:focus {
	background:#deedfa;
	outline:none;
	}
.browseButton {
    background: no-repeat;
    border: none;
    background-image: url(../img/icon/gozat.png);
    width: 30px;
    height: 12px;
    display: block;
    outline: none;
    float: right;
    margin-top: 4%;
    margin-right: 80%;
    cursor: pointer;
	}

.inSpan {float: right;margin-top: 5px;margin-right: 5px;    position: absolute;
    right: -20px;
    top: 1px;}
.inSpanUp {position:inherit;}
.browseButton:hover {outline:none; border:none;}
.countryCodeLength {width:35px !important;}
.generalFormSpace {margin-top:13px;}
.generalFormSpaceLine {margin-top: 5.5%;}
.generalFormLeftSpace {margin-left:5.5%;}
.generalFormInputSpace {padding: 0.1%;}
/*SİSTEM GENEL FORMLARI BİTİŞ*/

@media (max-width: 767px) {
  .menuBgAndHeight {
    top: 50px;
  }
}
@media (max-width: 1000px) {
  .menuClockPosition {
    display:none;
  }
}

<!-- ALINTI -->
/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links li a:hover > .searchBoxCorrect   {
    display:inherit;
	padding-left:6px;
	
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    /* overflow: auto; */
    /* height: 50px; */
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;

    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.loadingCenter
    {
		background:url(view/main/img/loading.gif) no-repeat center;
        width: 257px;
        height: 257px;
        background-color: #535c69;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -128.5px;
        margin-top: -128.5px;
    }
.loadingContainer {
	background:#535c69;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:100%;
	max-height:100%;
	min-height:100%;
	z-index: 9999;
	position:absolute;
	}
	
.titleIcon {
	width:18px;
	height:17px;
	float: left;
    display: block;
	margin-top: 5.5px;
	}
.stokMenuIcon {
	background:url(../img/title-icon.png);
	}
.titleClass h1 {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline;
    float: left;
    margin: 7.5px 12px 0px 8px;
    color: #000000;
    white-space:nowrap;
 } 
.titleClass p {
	float: left;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7A7A7A;
	margin-right:4px;
	margin-top: 6.5px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 8px;
	white-space:nowrap;
	}
.titleClass button, .titleClass span  {
	float:right;
	margin-top:10px;
	}
.titleClass button:hover, .titleClass span:hover  {
	border: none !important;
	background-color: !important;
	box-shadow:none !important;
	}
.titleClass img {titleIcon
	float:right;
	margin-top: 5px;
	}
.titleClass2 img {
	float:left;
	margin-top: 5px;
	}
.closeButton {
	margin-left:5px;
	border:none;
	outline:none;
	background-color:transparent;
	background:url(../img/close-icon.png);
	width: 15px;
	height: 15px;
	opacity:0.8;
	cursor:pointer;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 10px;
	}	
.questionButton {
	margin-left:5px;
	border:none;
	outline:none;
	background-color:transparent;
	background:url(../img/help-icon.png);
	width: 15px;
	height: 20px;
	margin-top:-2px;
	opacity:0.8;
	cursor:pointer;
	transition: opacity 200ms;
	background-size: contain;
	margin-top: 4px;
	}
.moveButton {
	margin-left:1.2vw;
	border:none;
	outline:none;
	background-color:transparent;
	background:url(../img/move.png);
	width: 16px;
	height: 16px;
	margin-top:-2px;
	opacity:0.8;
	cursor:move;
	transition: opacity 200ms;
	background-size: contain;
	margin-top: 4px;
	}
.questionButton:hover, .closeButton:hover, .moveButton:hover {
	opacity:1;
	transition: opacity 200ms;
	}
.formTabs > .formTabsControl > ul > li {
    list-style: none;
    float: left;
    margin-right:3px;
    width: 86px;
    height: 20px;
    background: url(../img/tab_inactive.png);
    background-size:cover;
 }
.formTabs > .formTabsControl > ul > li > a {
	text-decoration: none;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFF;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-left: -8px;
	}
.formTabs > .formTabsControl > ul > li:hover, .activeTabClass {
	background: url(../img/tab_active.png);
    width: 86px;
    height: 20px;
	background-size:cover;
	}
.formTabsReport > .formTabsControl > ul > li {
    list-style: none;
    float: left;
    margin-right:3px;
    width: 86px;
    height: 20px;
    background: url(../img/tab_inactive.png);
    /* background-size: initial; */
 }
.tabShouldW {width:110px !important}
.tabShouldW:hover {
	background:url(../img/tab_active-110px.png) !important;
    width: 110px !important;
    height: 20px !important;
	background-size:cover !important;
	}
.formTabsReport > .formTabsControl > ul > li > a {
	text-decoration: none;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFF;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-left: -8px;
	}
.formTabsReport > .formTabsControl > ul > li:hover, .activeTabClass {
	background: url(../img/tab_active.png) !important;
    width: 86px;
    height: 20px;
	}	
.letterSettings {
	float:left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
	color:#555555;
	display:block;
	margin-left:10px;
	}
.inputTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	margin-right:0 !important;
	}
.table-striped th {
    font-size: 9.5pt;
    font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
    white-space: nowrap;
    color: #FFF;
    background-color: #428BCA;
    font-weight: 400;
	text-indent: 1px;
	}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 3px 1px;					
	}

.tableReport input, .tableReport select {
	height:23px !important;
	font-size: 8pt !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 2px;
	}
.tableReport td {
	height:20px !important;
	font-size: 9pt !important;
	font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
	padding: 4px;
	}

.tableInputs input, .tableInputs select {
	height:20px !important;
	font-size: 8pt !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 4px;
	}
.tableInputs tr td {
	height:20px !important;
	font-size: 9pt !important;
	font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
	padding: 4px;
	}
.form-group {margin-bottom:7.5px !important;}
.calcColClass {
	text-align:right;
	background-color: rgba(99,89,159,0.20);
	}
.sideBg {
	background-color:#f8f8f8;
	}
.titleIconSearchSide {
	background:url(../img/searchIcon.png);
	width:18px;
	height:19px;
	float: left;
    display: block;
	margin-top: 5.5px;
	}
.searchSideGeneralIcon {
	background:url(../img/GeneralSetting.png);
	width: 20px;
	height: 20px;
	background-size: contain;
	}
.searchSideNewIcon {
    background: url(../img/new.png);
    width: 64px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
	cursor:pointer;
	}
.searchSideNewIcon img {
    width: 55px;
    height: 16px;
	cursor:pointer;
	}
.searchSideButtonsMargin {margin: 15px 5px;}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
.searchIconPosition {
	position: absolute;
    right: 0;
    margin-top: 5px;
	margin-right:5px;
	}
.searchDetailsButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	background-color: #798699;
	width: 100%;
	height: 34px;
	outline:none;
	border:none;
	cursor:pointer;
	margin-left:10px;
	border-radius: 5px;
	min-width: 46px;
	margin-bottom:15px;
	z-index: -9999;
	}
.searchDetailsButton:hover {
	background-color:#5e6f87;
	}
.searchInputBg {
	background-color: rgba(222,235,241,0.20);
	padding-right:45px !important;
	margin-left: -15px;
	z-index: 999;
	}
.searchTableRedColor {
	color:#c00618;
	}
.tableInputs td {
	font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #000000;
	}
.tableInputs {
	margin-bottom:5px;
	}
.generalMarginZero > .table-responsive > .table-hover > tbody > tr:hover {
	background-color:#d3e6ff;
	}
/*.onoffswitch {*/
/*    position: relative; width: 70px;*/
/*    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;*/
/*}*/
/*.onoffswitch-checkbox {*/
/*    display: none;*/
/*}*/
/*.onoffswitch-label {*/
/*    display: block; overflow: hidden; cursor: pointer;*/
/*    border: 2px solid #999999; border-radius: 5px;*/
/*}*/
/*.onoffswitch-inner {*/
/*    display: block; width: 200%; margin-left: -100%;*/
/*    transition: margin 0.3s ease-in 0s;*/
/*}*/
/*.onoffswitch-inner:before, .onoffswitch-inner:after {*/
/*    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;*/
/*    font-size: 10px; color: white; font-family: Arial, Helvetica, sans-serif; font-weight: bold;*/
/*    box-sizing: border-box;*/
/*}*/
/*.onoffswitch-inner:before {*/
/*    content: "DAHİL";*/
/*    padding-left: 10px;*/
/*    background-color: #5EA3DB; color: #FFFFFF;*/
/*}*/
/*.onoffswitch-inner:after {*/
/*    content: "HARİÇ";*/
/*    padding-right: 10px;*/
/*    background-color: #EEEEEE; color: #423434;*/
/*    text-align: right;*/
/*}*/
/*.onoffswitch-switch {*/
/*    display: block; width: 12px; margin: 4px;*/
/*    background: #FFFFFF;*/
/*    position: absolute; top: 0; bottom: 0;*/
/*    right: 50px;*/
/*    border: 2px solid #999999; border-radius: 5px;*/
/*    transition: all 0.3s ease-in 0s; */
/*}*/
/*.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {*/
/*    margin-left: 0;*/
/*}*/
/*.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {*/
/*    right: 0px; */
/*}*/
.deneme {
	margin-left:202px; 
	margin-top:75px;
	}
.codeBg {
	background-image:url(../img/tablePic1.png);
	width:12px;
	height:12px;
	margin-top: 2.5px;
	}
.currentButton {
	right: 0;
    margin: -23.6px 0px 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(../img/search.png);
	width:22px;
	height:23px;
	background-repeat:no-repeat;
	background-size:contain;
	display:none;
	}
.codeButton {
    right: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    background-image: url(../img/search.png);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 !important;
    margin-top: -15px;
	display:none;
	}
.stockButton {
    right: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    background-image: url(../img/search.png);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 !important;
    margin-top: -15px;
	display:none;
	}
.inputPaddingForCurrentButton {
	padding-right:45px !important;
	}
.inputPaddingForCodeButton {
	padding-right:18px !important;
	}
.focusClass1:focus+.currentButton {
	display:inline-block !important;
	}
.focusClass2:focus+.codeButton {
	display:inline-block !important;
	}
.focusClass3:focus+.stockButton {
	display:inline-block !important;
	}
.lineFont {
	font-size: 9pt;
    margin-top: -10px;
    margin-bottom: -7px;
	}
.inputColorRed {
	color:red;
	}
.stockBg {
	background-image:url(../img/searchBlack.png);
	width:12px;
	height:12px;
	margin-top: 2.5px;
	}
.magicWandButton {
	right: 0;
    margin: -22px 0px 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(../img/magic-wand.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	}
.eControlButton {
	right: 0;
    margin: -22px 0px 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(../img/e-control.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	}
.telephoneButton {
	right: 0;
    margin: -22px 0px 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(../img/telephone.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	}
.browseButton {
	right: 0;
    margin: -22px 0px 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(../img/browse.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	}
.browseButtonWM {
	right: 0;
    margin: -22px 10px 0px 0px;
	border:none;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(../img/browse.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	}
.percentButton {
	right: 0;
    margin: -22px 0px 0px 0px;
	border:none;
	outline:none;
	background:none;
	background-image:url(../img/percent.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	}
.reportLogosMargin{    
	margin-top: 5px;
    margin-bottom: 5px;
	}
.reportCompanyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	font-weight:normal;
	color:#000;
	line-height:12px;
	}
.reportWTT {
	text-align: right;
    padding-right: 9px !important;
	}
.modalInputButonRight {
	right:7px !important;
	}
	
/*PAGENATION*/
.archive-pages li a:hover{
  color:#000;
}
.archive-pages li.selected{
  color:white; 
}
.archive-pages a,
.archive-pages a:visited{
  color:#555;
}
.archive-pages li.selected{
  color:white;
  padding:5px;
  width:18px;
  line-height:20px;
  background: rgb(53,121,214); 
  background: -moz-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%, rgba(53,121,214,1) 91%, rgba(27,85,157,1) 100%); 
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(53,121,214,1)), color-stop(91%,rgba(53,121,214,1)), color-stop(100%,rgba(27,85,157,1))); 
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%); 
  background: -o-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%); 
  background: -ms-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%); 
  background: radial-gradient(ellipse at center,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3579d6', endColorstr='#1b559d',GradientType=1 ); 
}
.archive-pages li.selected:hover{
  cursor:default;
  background: rgb(53,121,214); 
  background: -moz-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%, rgba(53,121,214,1) 91%, rgba(27,85,157,1) 100%); 
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(53,121,214,1)), color-stop(91%,rgba(53,121,214,1)), color-stop(100%,rgba(27,85,157,1))); 
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%); 
  background: -o-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%); 
  background: -ms-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%); 
  background: radial-gradient(ellipse at center,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3579d6', endColorstr='#1b559d',GradientType=1 );
}
.archive-pages li:hover{
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(196,196,196,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(196,196,196,1))); 
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%); 
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%); 
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4c4c4',GradientType=0 ); 
}
.archive-pages li a{
  cursor:pointer; 
  line-height:20px;
  display:block;
  padding:5px;
  float:left;
  width:18px;
  text-aling:center;
}
.archive-pages{
  float:left;
  padding:0px;
  margin:0px;
  font-size:.7em;
  font-family:Arial, Helvetica, sans-serif;
}
.archive-pages ul{
  float:left;
  margin:0px;
  padding:10px;
  list-style:none;
}
.archive-pages li{
  border:1px solid silver;
  float:left;
  font-weight:700;
  margin:0 2px;
  text-align:center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(214,214,214,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(214,214,214,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d6d6d6',GradientType=0 );
}
.archive-pages .first a,
.archive-pages .previous a,
.archive-pages .next a,
.archive-pages .last a{
  overflow:hidden;
  white-space:nowrap;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: width,text-indent,letter-spacing;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -moz-transition-property: width,text-indent,letter-spacing;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -o-transition-property: width,text-indent,letter-spacing;
  -o-transition-timing-function: ease;
}
.archive-pages a{
  text-decoration:none; 
}
.archive-pages .next a:after,
.archive-pages .last a:after{
  content:" »";
}
.archive-pages .first a:before,
.archive-pages .previous a:before{
  content:'« '
}
.archive-pages .first a:hover,
.archive-pages .previous a:hover,
.archive-pages .next a:hover,
.archive-pages .last a:hover{
  width: 100px;
  text-indent: -10px;
  letter-spacing: 0px;
}
.archive-pages .first a{
  text-indent: -1px;
  letter-spacing:10px;
}
.archive-pages .previous a{
  text-indent: +2px;
  letter-spacing:10px;
}
.archive-pages .next a{
  text-indent: -122px;
  letter-spacing:10px;
}
.archive-pages .last a{
    text-indent: -152px;
    letter-spacing:10px;
}
.pagenationDiv {
	margin: 0 auto;
    display: table;
	}
.groupWindow {
	height: 20px;
    margin-left: -15px;
    margin-top: -1px;
	}
/*PAGENATION*/
/*GROUP MODAL STYLE*/
.acidjs-css3-treeview,
.acidjs-css3-treeview *
{
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.acidjs-css3-treeview label[for]::before,
.acidjs-css3-treeview label span::before
{
    content: "\25b6";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #e74c3c;
    font-size: 8px;
    line-height: 13px;
}
 
.acidjs-css3-treeview li ul
{
    margin: 0 0 0 22px;
}
 
.acidjs-css3-treeview *
{
    vertical-align: middle;
}
 
.acidjs-css3-treeview
{
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}
 
.acidjs-css3-treeview li
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
 
.acidjs-css3-treeview input[type="checkbox"]
{
    display: none;
}
 
.acidjs-css3-treeview label
{
    cursor: pointer;
}
 
.acidjs-css3-treeview label[for]::before
{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
 
.acidjs-css3-treeview label span::before
{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
 
.acidjs-css3-treeview input[type="checkbox"][id]:checked ~ label[for]::before
{
    content: "\25bc";
}
 
.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul
{
    display: none;
}
 
.acidjs-css3-treeview label:not([for])
{
    margin: 0 -25px 0 0;
}
 
.acidjs-css3-treeview label span::before
{
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
	float: left;
    margin-left: -14px;
}
 
.acidjs-css3-treeview label input:checked + span::before
{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}
.treeviewMarginLeft {
	margin-left:19px;
	}
.modalWH {
	height:305px;
	width:500px;
	}
.modalWH2 {
	height:305px;
	width:600px;
	}
.modalOverflow {
	overflow:auto;
	height:228px;
	}
/*GROUP MODAL STYLE*/

.privateCodeSB {
	margin-bottom:5px;
	}
.privateCodeDH {
	margin-top: 20px;
				} 
.privateCodeBH {
	margin-top: 60px;
				} 
.modalWH3 {
	height:305px;
	width:350px;
	}
.btn {
	font-size: 9pt !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:normal;
	}
.btn-group > .btn {float:none;}
.tabOverflow {
	display:flex;
	overflow:auto;
	width:89%;
    margin: 0 auto;
    padding-right: 10px;
    margin-right: 50px;
	}
	.tabOverflowFT {
	display:flex;
	overflow:auto;
    margin: 0 auto;
	height:45px;
	}
body {
	padding-right:0 !important;
	}
/*.mpClass {
    text-align: center;
    white-space: pre;
    transform: rotate(-90deg);
    max-width: 20px;
    margin-top: 140px;
    margin-bottom: 15px;
    position: relative;
	}*/
@media screen and (max-width: 992px) {
    .deneme {
		margin:0 !important;
		}
	.generalPaddingRightZero {
		padding-left:0;
		margin-left: 15px !important;
		}
	.searchInputBg  {
		margin-left:0px !important;
		width: 96.5% !important;
		}
	.searchDetailsButton {
		margin-left:0px !important;
		margin-top:40px;
		}
	.searchIconPosition	{
		margin-right:25px !important;
		}
	.searchSideButtonsMargin {
		margin: 15px 15px !important;
		}
	.sideBg {
		margin-right: 15px;
    	margin-left: 15px;
		} 
	.lineFont {
		margin-top: 10px !important;
		margin-left: 15px !important;
		}
}

.generalRelative{
	position: relative
}


