﻿html {
	height: 100%;	
}

body {
	height: auto;	
	padding-top: 50px !important;
	padding-bottom: 20px !important;
	background-color: #f2f6f9 !important;
}

* {
	font-family: "Open Sans";
	font-size: 13px;
}

#quickViewModal .modal-content {
	border-radius: 10px;
	overflow: hidden;
	border: solid;
	border-color: black;
}

#quickViewModal .modal-header {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: none;
	padding-right: 0;
}

#quickViewModal button.close:hover,
#quickViewModal button.close:active {
	margin-top: -2px;
}

#quickViewModal .modal-header > button {
	font-size: xx-large;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid;
	text-align: center !important;
	/*border-color: red;*/
}


#quickViewModal .modal-body {
	padding: 0px;
}

#quickViewModal .modal .close:hover,
#quickViewModal .modal .close:focus,
#quickViewModal .modal .close:active {
	margin-top: 0 !important;
}

#navbarPartialDiv {
	border-radius: 0px 0px 30px 30px;
}

.table-striped-header tr:first-child {
	background-color: #eeeeee;
}


/*.table-hover:not(.table-vertical-striped) > tbody > tr:not(.dontHover):hover {
    background-color: rgba(255, 133, 27, 0.7) !important;
    color: white;
}*/


.table-hover.table-vertical-striped > tbody > tr:not(.dontHover):hover td:first-child {
	background-color: rgba(255, 150, 0, 0.8) !important;
}

.table-hover:not(.table-vertical-striped) > tbody > tr:not(.dontHover):hover,
.table-hover.table-vertical-striped > tbody > tr:not(.dontHover):hover td:not(:first-child) {
	background-color: rgba(255, 133, 27, 0.8) !important;
	/*color: white !important;*/
}

/*.table-vertical-striped > tbody > tr:hover {
    background-color: brown !important;
}*/


.table-vertical-striped tr:nth-of-type(odd) td:first-child {
	background-color: rgba(204, 204, 255, 0.8) !important;
	/*border-right: solid #75caeb;*/
	padding-right: 10px;
}

.table-vertical-striped tr:nth-of-type(even) td:first-child {
	background-color: rgba(221, 221, 255, 0.8) !important;
	/*border-right: solid #75caeb;*/
	padding-right: 10px;
}

#loginPartialDiv .nav > li > span {
	/*position: static;*/
	/*top: -5px !important;*/
	color: #777777 !important;
}

#loginPartialDiv .navbar-nav > li > .dropdown-menu {
	padding-bottom: 15px;
}

#loginPartialDiv .nav > li > a {
	display: inline-block !important;
	padding-left: 0 !important;
}

.headerGif {
	height: 35px;
	display: none;
}

#BrandImg {
	height: 30px;
}

#bannerContent {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


#menuContent {
	width: 90%;
	margin-top: 0px;
}

	#menuContent > .row > div {
		padding: 15px !important;
	}

	#menuContent .img-circle {
		border-color: #158cba;
		border-width: medium;
		/*width: 60%;*/
		height: 180px;
		width: 180px;
	}

	#menuContent .feature {
		/*padding: 20px 0;*/
		text-align: center;
	}

		#menuContent .feature > div > div {
			padding: 10px;
			border: 1px solid transparent;
			border-radius: 4px;
			transition: 0.2s;
		}

		#menuContent .feature > div:hover > div {
			margin-top: -10px;
			margin-bottom: 10px;
			border: 1px solid rgb(128, 128, 128);
			box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
			background: rgba(232, 215, 215, 0.10);
			transition: 0.3s;
		}

#sidebarMenuButton {
	width: 30px !important;
	height: 30px !important;
	position: relative;
	top: 0;
	left: -3px;
	cursor: pointer;
}

#raporMenuButton {
	width: 30px !important;
	height: 30px !important;
	position: relative;
	top: 0;
	left: -3px;
	cursor: pointer;
}

#barcodeButton {
	width: 30px !important;
	height: 30px !important;
}

#BrandImg {
	cursor: pointer;
}

#menuContent .route,
#menuContent .href {
	cursor: pointer;
}

.dropdown-header {
	color: #ff851b;
}

.acikSip {
	overflow: hidden;
}

@media (max-width: 767px) {
	#menuContent .img-circle {
		/*width: 60%;*/
		height: 90px;
		width: 90px;
	}

	#menuContent h2 {
		font-size: 18px;
		margin-top: 10px;
	}

	.dropDownMenuOpen {
		margin-left: 0px !important;
	}

	#loginPartialDiv .navbar-nav > li > .dropdown-menu {
		margin-left: 0px !important;
	}

	#loginPartialDiv ul.nav {
		padding-left: 20px !important;
	}
}

footer > p {
	text-align: center;
}

.hititNavbar {
	border-width: 0 1px 4px 1px;
	top: 55px !important;
}

#secondBarPartialDiv {
	top: 50px;
	position: fixed;
	z-index: 999;
	width: calc(100% - 20px);
	text-align: center;
	line-height: 40px;
	/*overflow: hidden;*/
	/*background-color: #f2f6f9;*/
	/*border-color: #e6e6e6;*/
	background-color: transparent;
	/*-webkit-backface-visibility: hidden;*/
}

	#secondBarPartialDiv div.panel-heading {
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
	}

@media (min-width: 992px) {
	#secondBarPartialDiv div.panel-heading:hover {
		top: 70px;
		transform: scale(1.01, 1.01);
		transition: transform .3s ease-in-out, opacity .3s ease-in-out;
		/*-webkit-backface-visibility: hidden;*/
	}
}



#secondBarPartialDiv .panel {
	border-radius: 30px;
	margin-bottom: 5px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

	#secondBarPartialDiv .panel .panel-heading {
		border-radius: 30px;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		border: 1px solid #e7e7e7;
		border-color: rgb(231, 231, 231);
		border-width: 0 1px 4px 1px;
	}

		#secondBarPartialDiv .panel .panel-heading .panel-title {
			height: 45px;
			line-height: 35px;
			overflow: hidden;
		}


	#secondBarPartialDiv .panel .panel-body {
		background-color: #fff;
		border-left: solid rgb(255, 133, 27) !important;
		border-right: solid rgb(255, 133, 27) !important;
		border-bottom: solid rgb(255, 133, 27) !important;
		border-radius: 0px 0px 30px 30px !important;
	}

.tutarPopUp {
	position: relative;
	top: 4px;
	left: 3px;
	font-size: 130% !important;
	z-index: 9999;
	min-height: 30px;
}

#sepetPartialDiv th,
#sepetPartialDiv td {
	text-align: left;
}


	#sepetPartialDiv th:nth-child(4),
	#sepetPartialDiv td:nth-child(4),
	#sepetPartialDiv th:nth-child(5),
	#sepetPartialDiv td:nth-child(5),
	#sepetPartialDiv th:nth-child(6),
	#sepetPartialDiv td:nth-child(6),
	#sepetPartialDiv th:nth-child(7),
	#sepetPartialDiv td:nth-child(7),
	#sepetPartialDiv th:nth-child(8),
	#sepetPartialDiv td:nth-child(8) {
		text-align: right;
	}


#sepetPartialDiv {
	max-height: 400px;
	overflow: auto;
}

.min100 {
	min-width: 100px !important;
}

.LayoutFooter {
	background-color: #158cba;
	color: white;
	height: 20px;
	width: 100%;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: small;
	position: fixed;
	bottom: 0px;
	z-index: 999;
}

	.LayoutFooter p {
		position: relative;
		padding-top: 2px;
		font-weight: bold;
	}

		.LayoutFooter p.left-sign {
			float: left;
			cursor: pointer;
		}

		.LayoutFooter p.right-sign {
			float: right;
			cursor: pointer;
		}

		.LayoutFooter p.statu {
			padding-left: 10px;
			float: left;
		}

		.LayoutFooter p.kullanici {
			padding-right: 10px;
			float: right;
		}

		.LayoutFooter p.modul,
		.LayoutFooter p.tarih {
			float: right;
			/*margin-right: 10px;*/
			/*border-right: solid 2px #f2f6f9;*/
			padding-right: 10px;
		}

			.LayoutFooter p.modul a {
				text-decoration: none !important;
				color: white !important;
			}


.navbar-nav > li > .dropdown-menu {
	border-radius: 10px 10px 30px 30px !important;
}


/*site.css*/

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f2f6f9;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/



/*#siparisDetayDiv div.footer > table tr.row:nth-child(2) > td {
    font-size: x-small;
}*/




#siparisDetayKaydetButton {
	font-size: small;
	display: inline-block;
	background-color: #2693FF;
	border-radius: 75px 75px 75px 75px;
	/*height: 150px;*/
	/*margin: 100px auto auto;*/
	/*width: 150px;*/
	transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}

.stateOne {
	opacity: 1;
	transform: scale(1, 1);
}

.stateTwo {
	opacity: .8;
	/*transform: scale(1.1, 1.1);*/
}



/*navbar-nonCollapse*/
/*.navbar-nonCollapse .navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar-nonCollapse .navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nonCollapse .navbar-nav > li {
        float: left;
    }

        .navbar-nonCollapse .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

.navbar-nonCollapse .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-nonCollapse .navbar-toggle {
    display: none;
}*/




/*.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
}

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-right {
    float: right !important;
}*/






/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.disablemw input,
select,
textarea {
	max-width: unset;
}

.siparisEkleTable a:not(.btn) {
	text-decoration: initial;
	color: #ff851b;
}

.dropDownMenuOpen {
	border-left: solid #ff851b !important;
	border-right: solid #ff851b !important;
	border-bottom: solid #ff851b !important;
	margin-left: 30px !important;
	margin-right: 10px;
}


#siparislerimDropdown.hata a,
#siparislerimDropdown.hata span {
	color: red !important;
}

.input-group-addon {
	min-width: 50px;
}

.sepetPartialDropDown {
	width: 500px;
}



/*SiparisDetay.cshtml*/
.IskontoTuruSelect {
	width: 100%;
	max-width: 100%;
	height: 38px;
}

.iskontoOraniSpinner,
.IskontoInput {
	width: 100%;
	height: 38px;
}

.rowHeader {
	height: 40px;
	vertical-align: middle !important;
}


/*SiparisDetay.cshtml*/

.sepetPartialDropDown {
	left: -100px !important;
}






.navbar-brand {
	width: 150px;
	display: inline-flex !important;
}

/*xs-header*/


/*#KoliMiktarGirisiDiv {
    width: 100%;
}*/

#altstokList td {
	padding: 0px;
}

#altstokList .form-group {
	margin-bottom: 8px !important;
}



#siparisDetayFiyatIskonto .form-group {
	margin-bottom: 0px !important;
}

#dipIskontoHeader,
#siparisDetayFiyatOzetHeader {
	position: absolute;
	right: 0;
}

	#dipIskontoHeader img,
	#siparisDetayFiyatOzetHeader img {
		position: relative;
		height: 35px;
		top: -5px;
	}

	#dipIskontoHeader div,
	#siparisDetayFiyatOzetHeader div {
		display: inline-table;
	}

	#dipIskontoHeader > div > p,
	#siparisDetayFiyatOzetHeader > div > p {
		display: none;
	}






@media (min-width: 768px) {
	#siparisTamamlaStokListesi {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	#siparisTamamlaStokListesi {
		margin-left: 20px;
	}
}

.marginTop {
	margin-top: 20px;
}

.textRight {
	text-align: right !important;
}

.sepetPartialRow {
	border-bottom: 2pt solid #dcd2d2;
}

	.sepetPartialRow > td:last-child {
		text-align: right;
	}

	.sepetPartialRow img {
		height: 35px;
	}

/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

	div.bhoechie-tab-menu div.list-group {
		margin-bottom: 0;
	}

		div.bhoechie-tab-menu div.list-group > a {
			margin-bottom: 0;
		}

			div.bhoechie-tab-menu div.list-group > a .glyphicon,
			div.bhoechie-tab-menu div.list-group > a .fa {
				color: #5A55A3;
			}

			div.bhoechie-tab-menu div.list-group > a:first-child {
				border-top-right-radius: 0;
				-moz-border-top-right-radius: 0;
			}

			/*div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }*/

			div.bhoechie-tab-menu div.list-group > a.active,
			div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
			div.bhoechie-tab-menu div.list-group > a.active .fa {
				background-color: #5A55A3;
				background-image: #5A55A3;
				color: #ffffff;
			}

@media (min-width: 992px) {
	div.bhoechie-tab-menu div.list-group > a.active:after {
		content: '';
		position: absolute;
		left: 100%;
		top: 50%;
		margin-top: -13px;
		border-left: 0;
		border-bottom: 13px solid transparent;
		border-top: 13px solid transparent;
		border-left: 10px solid #5A55A3;
	}
}

div.bhoechie-tab-content {
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	/*padding-left: 20px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}




.compass-button {
	width: 100px;
	height: 100px;
	margin: 5px;
	cursor: pointer;
}

	.compass-button > div {
		width: 100%;
		height: 100%;
		background: #444;
		border-radius: 50%;
		border: 10px solid white;
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		border-right-color: coral;
		border-bottom-color: coral;
		border-left-color: coral;
		border-top-color: coral;
		transition: border-radius .2s;
		box-sizing: border-box;
		line-height: 75px;
		text-align: center;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: 300;
	}

	.compass-button:hover > div {
		border-radius: 50% 0 50% 50%;
	}

/*site.css*/

.special-effect {
	position: relative;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	padding: 10px;
	background: white;
}

select.disabled,
select:disabled {
	background-color: #eeeeee !important;
	cursor: not-allowed !important;
}


#sepetPartialDigerDetaylar a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 40px;
	display: none;
	border: solid red;
	border-radius: 40px;
	text-align: center;
	color: red;
	background-color: white;
	padding-top: 8px;
	cursor: pointer;
	z-index: 999999;
	box-shadow: rgba(255, 0, 0, 0.1) 1px 1px 1px 1px;
}

	.scrollup:hover {
		transform: scale(1.1, 1.1);
		transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	}



#user_img {
	position: absolute;
	right: 0px;
	height: 60px;
	width: 60px;
	vertical-align: middle;
	z-index: 1001;
}

#user_name {
	margin-right: 60px;
}

#user_img_fake {
	width: 60px;
	display: inline-block;
}

#user_img_b {
	height: auto;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	float: left;
}

#user_info {
	word-wrap: break-word;
	margin-left: 70px;
}


form.dropzone {
	border: 2px dashed #0087F7;
	border-radius: 5px;
	background: white;
	padding: 50px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

/*lazy loading nesnelerinin yüklenmesi esnasında istenmeyen göz kırmaların olmasını engeller -begin /// 04.04.2017 - İlker */
.bttrlazyloading-wrapper {
	display: initial !important;
}

.bttrlazyloading-clone {
	max-height: 0px !important;
	width: 30px !important;
}

img.lazyloading[src=""] {
	visibility: hidden;
}

.bttrlazyloading-wrapper img.lazyloading {
	display: initial !important;
}
/*lazy loading nesnelerinin yüklenmesi esnasında istenmeyen göz kırmaların olmasını engeller - end*/

.clickable {
	cursor: pointer;
}

	.clickable.collapse-icon.panel-collapsed:before {
		content: "\2b ";
		font-size: xx-large;
		padding-right: 3px;
		vertical-align: sub;
	}

	.clickable.collapse-icon:not(.panel-collapsed):before {
		content: "\2212 ";
		font-size: xx-large;
		padding-right: 3px;
		vertical-align: sub;
	}

.cursor-pointer {
	cursor: pointer;
}

.modal-footer button, .bootbox-close-button, #urunAramaDiv .paginationDiv a, #siparisBelgesiDiv .paginationDiv a, button.navbar-toggle, #sidebarMenuButton, #loginPartialDiv, #siparislerim a.acikSip, #urunAramaDiv div.thumbnailOverlay, #sepetPartialDiv .sepetPartialRow > td:not(.SipDetaySil), .SipDetaySil, #sidebarMenuButton, #barcodeButton, #BrandImg, #raporMenuButton, #sidebarMenuKategori > a, #sidebarMenuFiltre > a, #sidebarMenuKategori a:not(.sidebarMenuHeader), #sidebarPostButton, #user_img_b, button.stop {
	cursor: pointer;
}


#dropzoneProfilImgDiv {
	padding: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


.slick {
	/*min-height: 200px;*/
}

	.slick img {
		width: 100%;
	}

	.slick .slick-dots {
		/*font-weight: bolder;*/
		position: absolute;
		margin: 0;
		padding: 0;
		list-style: none;
		right: 16px;
		bottom: 26px;
		text-align: right;
	}

		.slick .slick-dots li.slick-active button {
			box-shadow: none;
			background-color: #c6dd37;
		}

		.slick .slick-dots li button {
			text-indent: -9999px;
			width: 19px;
			height: 19px;
			background-color: #c2c2c2;
			outline: none;
			padding: 0;
			margin: 0;
			-moz-border-radius: 30px;
			-webkit-border-radius: 30px;
			border-radius: 30px;
			-moz-box-shadow: #000 0 2px 1px 0;
			-webkit-box-shadow: #000 0 2px 1px 0;
			box-shadow: #000 0 2px 1px 0;
		}

@media (max-width: 1220px) {
	.slick .slick-dots {
		display: block;
		bottom: 16px;
	}
}

#thumbnailTypes {
	float: left !important;
}

	#thumbnailTypes span {
		color: gray;
	}

	#thumbnailTypes .active span {
		color: blue;
	}

#urunAramaGruplamaSelect {
}

#urunAramaHeader {
	padding: 8px;
}

	#urunAramaHeader .btn:hover {
		margin-top: initial !important;
	}

	#urunAramaHeader div.bootstrap-select {
		float: right;
	}

	#urunAramaHeader .item-bordered,
	#urunAramaHeader .btn.dropdown-toggle {
		border: solid #75caeb;
		border-radius: 10px;
	}

		#urunAramaHeader .btn.dropdown-toggle:focus {
			outline: none !important;
		}

	#urunAramaHeader span.filter-option {
		text-align: center;
	}

.slick-dotted.slick-slider {
	margin-bottom: 10px !important;
}

.panel .panel-heading a.grup-tumunu-goster {
	text-decoration: none !important;
	color: white !important;
	cursor: pointer;
}

.max-width-100 {
	max-width: 100% !important;
}

#gruplamaTumunuGosterGeri .btn {
	border: solid #75caeb;
	border-radius: 10px;
	border-width: 0;
}

/*fvvr*/
::-ms-clear {
	display: none;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	pointer-events: none;
}

.clear-input-x {
	z-index: 10;
	pointer-events: auto;
	cursor: pointer;
}

#gfStokAra {
	max-width: 100%;
}

#gfStokCokluAra {
	max-width: 100%;
	padding-right: 20px;
}

#guncelFiyatStokAraDiv .form-group,
#sidebarMenuFiltreAraDiv .form-group {
	padding: 0;
}

#gfStokCokluAra,
#sidebarMenuFiltreCokluAra {
	padding-right: 10px;
}

#guncelFiyatStokAraButton,
#sidebarMenuFiltreCokluAraButton {
	border-color: #e2e2e2 !important;
	top: -2px;
}

#sidebarMenuFiltreCokluAraDiv {
	max-width: 100%;
	margin-bottom: 5px;
	border: solid 1px #e2e2e2;
}

.hitit-validation .validation-loading button.btn {
	animation-play-state: running;
	-webkit-animation: loadingAnimation 3s infinite; /* Safari 4.0 - 8.0 */
	animation: loadingAnimation 3s infinite;
	color: transparent !important;
}

.hitit-validation .do-not-use-validation button.btn,
.hitit-validation .stop-loading button.btn {
	animation-play-state: paused;
	animation-duration: inherit;
	color: red !important;
	/*background-color: #66afe9 !important;*/
}

.hitit-validation button:not(.bs-placeholder):not(.actions-btn):not(.disabled) {
	border: #ff851b 1px solid;
}

.hitit-validation button:not(.bs-placeholder):not(.actions-btn):hover {
	margin-top: initial;
}

.hitit-validation .no-option button.btn {
	color: transparent !important;
	background-color: #dddddd !important;
}

.hitit-validation .error-option button.btn {
	color: red !important;
	background-color: #dddddd !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes loadingAnimation {
	0% {
		background-color: #eeeeee;
	}

	50% {
		background-color: #00feef;
	}

	100% {
		background-color: #eeeeee;
	}
}

/* Standard syntax */
@keyframes loadingAnimation {
	0% {
		background-color: #eeeeee;
	}

	50% {
		background-color: #00feef;
	}

	100% {
		background-color: #eeeeee;
	}
}

.hitit-validation .bootstrap-select.btn-group {
	width: 100% !important;
}

.bootstrap-select.btn-group .dropdown-menu.open {
	max-width: 110%;
	border-left: solid #ff851b !important;
	border-right: solid #ff851b !important;
	border-bottom: solid #ff851b !important;
	border-radius: 0 0 10px 10px !important;
}

.bootstrap-select .bs-searchbox input {
	max-width: 100%;
	width: 100%;
}

/*.bootstrap-select > button {
    border: none;
}*/


.hitit-validation .bootstrap-select button.btn {
	border: none;
	color: #eeeeee;
}

	.hitit-validation .bootstrap-select button.btn:hover {
		margin-top: 0 !important;
	}

#riskLimitiBilgiPenceresiDiv {
	/*margin-left: 30px;*/
	/*margin-right: 30px;*/
	font-weight: bold;
}

	#riskLimitiBilgiPenceresiDiv .list-group {
		padding: 10px;
		margin-bottom: 0px;
	}

		#riskLimitiBilgiPenceresiDiv .list-group .list-group-item {
			cursor: pointer;
			background-color: #f7f7f9;
		}

			#riskLimitiBilgiPenceresiDiv .list-group .list-group-item.badge-success .badge {
				background-color: #28B62C;
			}

			#riskLimitiBilgiPenceresiDiv .list-group .list-group-item.badge-danger .badge {
				background-color: #ff4136;
			}

			#riskLimitiBilgiPenceresiDiv .list-group .list-group-item.dip-satir {
				border-top: solid 2px #158cba;
			}

			#riskLimitiBilgiPenceresiDiv .list-group .list-group-item img {
				max-width: 100%;
			}

	#riskLimitiBilgiPenceresiDiv span.badge {
		font-size: large;
		position: absolute;
		right: 10px;
	}
/* Hitit Flex Box */
.h-flex-container {
	display: flex;
	display: -webkit-flex;
}

.h-flex-dir-vertical {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

.h-flex-dir-horizontal {
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}

.h-flex-dir-vertical.h-flex-reverse {
	-webkit-flex-direction: column-reverse; /* Safari */
	flex-direction: column-reverse;
}

.h-flex-dir-horizontal.h-flex-reverse {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction: row-reverse;
}

.h-flex-wrap {
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.h-flex-nowrap {
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
}

.h-flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse; /* Safari */
	flex-wrap: wrap-reverse;
}

.h-flex-justify-start {
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
}

.h-flex-justify-end {
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
}

.h-flex-justify-center {
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

.h-flex-justify-space-between {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.h-flex-justify-space-around {
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
}

.h-flex-justify-space-evenly {
	-webkit-justify-content: space-evenly; /* Safari */
	justify-content: space-evenly;
}

.h-flex-align-stretch {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
}

.h-flex-align-start {
	-webkit-align-items: flex-start; /* Safari */
	align-items: flex-start;
}

.h-flex-align-end {
	-webkit-align-items: flex-end; /* Safari */
	align-items: flex-end;
}

.h-flex-align-center {
	-webkit-align-items: center; /* Safari */
	align-items: center;
}

.h-flex-align-baseline {
	-webkit-align-items: baseline; /* Safari */
	align-items: baseline;
}

.h-flex-line-stretch {
	-webkit-align-content: stretch; /* Safari */
	align-content: stretch;
}

.h-flex-line-start {
	-webkit-align-content: flex-start; /* Safari */
	align-content: flex-start;
}

.h-flex-line-end {
	-webkit-align-content: flex-end; /* Safari */
	align-content: flex-end;
}

.h-flex-line-center {
	-webkit-align-content: center; /* Safari */
	align-content: center;
}

.h-flex-line-space-between {
	-webkit-align-content: space-between; /* Safari */
	align-content: space-between;
}

.h-flex-line-space-around {
	-webkit-align-content: space-around; /* Safari */
	align-content: space-around;
}

.h-flex-item-align-stretch {
	-webkit-align-self: stretch; /* Safari */
	align-self: stretch;
}

.h-flex-item-align-start {
	-webkit-align-self: flex-start; /* Safari */
	align-self: flex-start;
}

.h-flex-item-align-end {
	-webkit-align-self: flex-end; /* Safari */
	align-self: flex-start;
}

.h-flex-item-align-center {
	-webkit-align-self: center; /* Safari */
	align-self: center;
}

.h-flex-item-align-baseline {
	-webkit-align-self: basline; /* Safari */
	align-self: baseline;
}

.h-flex-grow-1 {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.h-flex-grow-2 {
	flex-grow: 2;
	-webkit-flex-grow: 2;
}

.h-flex-grow-3 {
	flex-grow: 3;
	-webkit-flex-grow: 3;
}

.h-flex-shrink-1 {
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
}

.h-flex-shrink-2 {
	flex-shrink: 2;
	-webkit-flex-shrink: 2;
}

.h-flex-shrink-3 {
	flex-shrink: 3;
	-webkit-flex-shrink: 3;
}

.h-flex-no-shrink {
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.h-flex-basis-50 {
	flex-basis: 50%;
}

.h-flex-basis-100 {
	flex-basis: 100%;
}
.text-bold {
	font-weight:bold;
}
.padding-2px {
	padding: 2px;
}
.work-in-progress-spinner {
	width: 40px;
	height: 40px;
	background-color: #fff;	
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

a.tall-menu-item {
    line-height: 30px !important;
    
}

@-webkit-keyframes sk-rotateplane {
    0% {
		-webkit-transform: perspective(120px)
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.modal-dialog.modal-numpad {
    width: 300px !important;
}

.cursor-is-pointer {
    cursor: pointer;
}