body {
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.marginTop {
	margin-top: 15px;
}
#loginContainer {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.commonBackground {
	background-color: #efefef;
}
#loginPortal {
	background-color: white;
}
.loginContainerMargin {
	margin-top: 100px;
}
.error {
	color: #FF0000;
}

/* Desktop */

@media (min-width:1200px) {
	.outerDiv {
		padding: 30px;
	}
	.innerDiv {
		margin: auto;
		width: 350px;
	}
	.img {
		/*height: 120px;*/
	}
	.topMargin {
		margin-top: 10px;
	}
	.btnWidth {
		width: 180px;
	}
	.btnMinWidth{
		width:150px;
	}
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 20px;
	}
	.outerDiv {
		padding: 30px;
	}
	.innerDiv {
		margin: auto;
		width: 350px;
	}
	.topMargin {
		margin-top: 15px;
	}
	.btnWidth {
		width: 150px;
	}
	.btnMinWidth{
		width:150px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 20px;
	}
	.outerDiv {
		padding: 30px;
	}
	.innerDiv {
		margin: auto;
		width: 350px;
	}
	.img {
		height: 60px;
	}
	.topMargin {
		margin-top: 15px;
	}
	body{
		font-size:15px;
	}
	.btnWidth {
		width: 108px;
	}
	.btnMinWidth{
		width:150px;
	}
}

/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px) {
	h1 {
		font-size: 20px;
	}
	.col-xs-5 {
		width: 30%;
	}
	.img {
		height: 80px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.centerAlign {
		text-align: center;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.topMargin {
		margin-top: 15px;
	}
	.btnWidth {
		width: 150px;
	}
	.btn{
		font-size:10px;

	}
	body{
		font-size:12px;
	}
	.btnMinWidth
	{
		width:120px;
	}
	.editButtonWidth{
		width:120px;
	}
}

/* for mobile devices*/

@media (max-width: 480px) {
	h1 {
		font-size: 15px;
		margin-top: 0px;
	}
	.img {
		height: 60px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.centerAlign {
		text-align: center;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#reportMenuContainer ul li {
		font-size: 8px;
	}
	.btn{
		font-size:9px;
	}
	body{
		font-size:10px;
	}
	.btnMinWidth
	{
		width:110px;
	}
	.editButtonWidth{
		width:110px;
	}

}

#btnDownloadAppointment{
		font-size:14px;
	}
#appointmentTable {
	border: 1px solid #abc;
}
#appointmentTable td,
#appointmentTable th {
	text-align: center;
	vertical-align: middle;
}
#appointmentTable thead {
	color: #fff;
	background-color: #5bc0de !important;
	border-color: #46b8da !important;
}
.bordered {
	border: 2px solid #abc;
}
.displayInline {
	display: inline;
}
.middle {
	vertical-align: middle;
}
.middleAlign {
	vertical-align: top;
}
.highlightedText {
	font-size: 15px;
	font-weight: 400;
}
.blueText {
	color: cornflowerblue;
}
.clearBtn {
	width: auto;
}
#tblPassCode {
	border-spacing: 2px;
}
#tblPassCode td {
	padding: 20px;
}
.ng-touched.ng-invalid-required {
	border: 1px solid red;
}
.submitted .ng-invalid {
	border: 1px solid #f00;
}
.border {
	border: 2px inset black;
	border-radius: 5px;
	min-height: 100px;
	min-width: auto;
}
.alignTopMiddle {
	position: relative;
	margin: 0 auto;
	clear: left;
	height: auto;
	width: 30%;
	z-index: 0;
	text-align: center;
}
option.select-hr {
	border-bottom: 1px dotted #000;
}
.infoText {
	padding: 10px;
}
.fullWidth {
	width: 100%;
}
.infoTextWidth {
	width: 75%;
}
.activeLink {
	background-color: black;
	border-radius: 5px;
}
.marginBottom {
	margin-bottom: 10px;
}
#bodyContainer .panel {
	padding-bottom: 15px;
}
.btn-group-vertical a {
	margin-bottom: 10px;
	border-radius: 5px !important;
}
label {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
}
.radioButtonMargin {
	margin-left: -15px;
}
.headerTopMargin {
	margin-top: 60px;
}
.appointmentContainer {
	min-height: 500px;
}
#navbar-header-collapse p {
	padding-left: 20px;
	cursor: pointer;
}
#navbar-header-collapse ul li ul li:hover {
	background-color: ghostwhite;
}
.loadingContainer {
	position: relative;
	width: 400px;
	height: 280px;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.smallerFont {
	font-size: 13px;
}
.open > .dropdown-menu {
	display: block;
	width: 100%
}
.dropdown-menu {
	width: 100%
}
.inputGroupBtn{
	font-size:14px;
}
.height100{
	height: 100px;
}

#orderSummary .form-control {
		width: 70%;
}

.textAlignLeft {
	text-align: left
}

.lookUpTable {
	border: solid black 1px;
}

.itemLookUpTable {
	border-top : solid black 1px;
	border-bottom : solid black 1px;
	border-right : solid black 1px;
}

.address {
	white-space:pre-line !important;
}

.wishListModal .modal{
    display: block !important; /* I added this to see the modal, you don't need this */
}

/* Important part */
.wishListModal .modal-dialog{
    overflow-y: initial !important
}
.wishListModal .modal-body{
    height: 500px;
    overflow-y: auto;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .itemSelectCheckbox {
        zoom:2;
        transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        -moz-transform:scale(1);
        transform-origin:0 0;
        -ms-transform-origin:0 0;
        -webkit-transform-origin:0 0;
        -o-transform-origin:0 0;
        -moz-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .wishListModal .modal-body{
        height: 400px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .wishListModal .modal-body{
        height: 600px;
    }
}

.texxtAlignCenter {
	text-align: center;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

.full-width {
    width:100%;
}
table thead {
    display: table-row-group;
}
#product-table-container {
    padding-left : 5px;
	padding-right: 5px;
	overflow:auto;
}

.kibiz-sticky {
    position: fixed;
    top: 0;
    left: 16px;
    right: 16px;
    z-index: 1000;
}

.sticky-background {
    background-color: #F5F5F5;
    margin-left: 0px;
    margin-right: 0px;
}

.floatThead-container th {
    background-color: #F5F5F5;
    color:#175D92;
  }
  
  .floatThead-container tr:first-child th {
    cursor: pointer;
  }
  
  table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
  }

  #iv-container {
      z-index : 2000 !important;
  }


.round{
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-bottomleft:15px;
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;
  
    -moz-border-radius-topright:15px;
    -moz-border-radius-topleft:15px;
    -webkit-border-top-right-radius:15px;
    -webkit-border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-top-left-radius:15px;
  }

  .search-box {
      margin-bottom : 10px;
  }

  #search-product-btn {
    cursor: pointer;
  }

  ::-webkit-scrollbar {
    width: 5px;
}

@media only screen and (min-width : 1200px) {
    ::-webkit-scrollbar {
        width: 9px;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.long-word {
    word-wrap : break-word;
}

body.ajax-start ul.nav.headernavs li a {
	cursor: progress;
}