body {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.main-body {
	padding-top: 0 !important;
	overflow: auto !important;
}

hr {
	margin-top:10px;
	margin-bottom:10px;
}

button,
a.btn {
	outline:0;
}

.content {
	
}

.breadcrumbs{
	margin-top:10px;
}

/* .utility {
	position:absolute !important;
} */

.text-display {
	margin: 0 0 5px;
}

.text-success {
	font-weight: bold;
	color: #7fba00
}

.btn {
	text-transform:capitalize;
}

.btn-group .btn-small,
.btn-small {
	font-size:12px;
}

.btn-group > .dropdown-menu {
	font-size:13px;
}

.alert {
	margin-bottom : 10px;
}

.btn-display {
	font-size: 13px;
	padding: 8px 20px 8px 20px;
}

.success-nocheckmark {
	padding: 8px 20px 8px 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f3f3f3;
	border: 1px solid #7fba00;
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

.alert a {
	text-decoration: none
}

.alert-backup {
	padding-left:8px;
}

.badge {
	font-weight:normal;
	border-radius:0px;
}

.btn-small .caret {
	margin-top:8px;
}

.modal {
	width:760px;
	margin-left:-380px;
	left: 50%;
}

.alert {
	display:none;
}

.white-background{
    background-color: #fff;
}

.div-border{
	border:1px solid #dddddd;
}
.nav-array .pull-right {
	margin-left:5px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background: #1F86D3;
}

.custom-array-price {
	font-size:16px;
	line-height:1;
	padding:9px 10px 0 10px;
}


/* format select */

.nav-list .nav-header {
	background:#464A55;
	color:#fff;
	text-shadow:none;
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;
	text-transform: none;
	margin-bottom:10px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
	color: #333;
	font-weight:bold;
	text-shadow: none;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #E0ECF8;
}

.well-xsmall {
	padding:0;
}

.well-xsmall .nav-list {
	padding-top:0;
}

/* followbar for search */

.followbar.fixed {
	background:#eee;
	border-radius:3px;
    position: fixed;
    top: 0;
	z-index: 1000;
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.1);
       -moz-box-shadow:0 3px 3px rgba(0,0,0,.1);
            box-shadow:0 3px 3px rgba(0,0,0,.1);
	width:950px;
}
.followbar .alert {
	margin-bottom:0;
	margin-top:-5px;
	padding-top:10px;
	z-index:1;
}
.followbar .table {
	margin-bottom:0;
	border-bottom-color: #ccc;
	/* This was messing up the page header 
	z-index:2; */
	position:relative;
}
.followbar-placeholder {
	display:none;
}

/* plate status */

.plate-status table{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
}

.plate-status table td {
	border-bottom-left-radius:0 !important;
}

.plate-status th,
.plate-status td {
}

.plate-status th {
	border-bottom:1px solid #ddd;
}

.plate-status td {
	border-top:1px solid #fff;
}

.plate-status ul {
	list-style: none;
	margin-left: 0;
}

.plate-status .container {
	top: 172px;
	left: 313px;
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top: -27px;
	width: 30%;
}

.container .checkbox-text {
	font-size: 12px;
	text-shadow: none;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	color: #1e8ae7;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
	font-weight: 700;
}

.plate-status .container input {
	position: relative;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.plate-status .container .checkmark {
	display: inline-block;
	border-radius: 0.4em;
	float: left;
	margin-right: .5em;
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #FFF;
	border: 1.5px solid #dcdcdc;
}
.plate-status .container input:checked ~ .checkmark:after {
	display: block;
}

.plate-status .container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid 2px #222222;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.plate-utility {
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

#text-plate-name {
	cursor:pointer;
}

.popover {
	width:300px;
}

#text-plate-name b {
	font-weight:normal;
}

/* plate sidebar */

.plate-sidebar {
}

.container-array-list {
	background:#fff;
	width:229px;
	height: 480px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
	padding-top:10px;
	padding-bottom:10px;
}

/* plate topbar */

.assay-info {
	background:#fff;
	border:1px solid #ddd;
	border-top:0;
	font-size:12px;
	padding:9px;
}

.assay-info-details div,
.assay-info-help div {
	background-color:#E8F2FB;
	border: 1px solid #CFE1EF;
	border-radius:3px;
	color: #474B4D;
	padding:0 9px 0 9px;
	height:24px;
	line-height:24px;
}

.assay-info-help div {
	background-color:#fff;
	color:#1e8ae7;
	border:1px solid  #1e8ae7;
}

.assay-info-warning div {
    background-color:#fff;
    border:1px solid yellow;
    background-color: #fffabd;
}

.assay-info-details div {
	display:none;
}


.btn-select-all {
	margin-right:10px;
}

/* plate sidebar - plate-map */

.plate-map {
	margin:10px;
}

.plate-map.placeholder {
	margin:5px 0;
}

.plate-map-view {
	background:#eee;
	float:left;
	height:100px;
	width:80%;
}

.plate-map-controls {
	float:right;
	width:20%;
}

.plate-map-controls .btn {
	height:50px;
	margin-left:0;
	width:100%;
}

.plate-zoom-in {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top-left-radius:0;
	border-bottom:none;
	box-shadow:none;
}
.plate-zoom-out {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	box-shadow:none;
}


/* plate sidebar - plate-list */

.plate-list {
	padding:0 10px;
}

.onplate,
.offplate,
.replacements {
	border:1px solid #ddd;
	margin:10px;
	height:385px;
	overflow-y:auto;
	padding:0;
}
.offplate,
.replacements {
	display:none;
	margin-top:0;
	height:188px;
}
.offplate {
	margin-bottom:0;
}

.toggle-lists {
	margin-left:10px;
	margin-right:10px;
}
.toggle-lists .btn {
	margin-bottom:10px;
	text-align:left;
}
.toggle-lists .toggle-replacements {
	width:178px;
}

.toggle-lists .toggle-offplate {
	margin-bottom:0;
}
.toggle-lists .toggle-offplate.active {
	margin-bottom:10px;
}
.toggle-lists .badge {
	margin-left:5px;
	margin-right:2px;
	margin-top:3px;
	*margin-top:2px;
	margin-bottom:0;
}
.toggle-lists .dropdown-toggle {
	padding-top:3px;
	padding-bottom:3px;
}
.btn-block.toggle-replacements {
	display:inline;
	width:178px;
	float:left;
	text-align:left;
}


.plate-list-well {
	background:#464A55;
	clear:both;
	font-size:12px;
	position:relative;
}

.plate-list-well {
 	*zoom: 1;
}

.plate-list-well:before,
.plate-list-well:after {
	display: table;
	line-height: 0;
	content: "";
}

.plate-list-well:after {
	clear: both;
}

.plate-list-well select {
	height:23px;
	line-height:23px;
	font-size:12px;
	padding:0;
	margin:-2px 0 0 5px;
	width:105px;
}

.plate-list-position,
.plate-list-assay {
	height:30px;
	line-height:30px;
}

.plate-list-position {
	border-bottom:1px solid #343740;
	border-top:1px solid #595D69;
	color:#fafafa;
	text-shadow: 0 1px 0px rgba(0,0,0,.3);
	float:left;
	width:39%;
}
.control .plate-list-position {
	background-color:#888888;
	border-top-color:#939393;
	border-bottom-color:#444444;
}

.plate-list-assay {
	background:#fafafa;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
	box-shadow: -3px 0 3px -1px rgba(0,0,0,.3);
	cursor:pointer;
	float:right;
	width:61%;
    overflow: hidden;
}

.plate-list-assay:hover {
	background:#E8F2FB;
	border-top:1px solid #EEF4FA;
}

.plate-list-assay span,
.plate-list-position span {
	padding:0 0 0 8px;
}

.replacements .plate-list-position {
	text-align:center;
}
.replacements .plate-list-position span {
	padding:0;
}

.invalid-info-toggle {
	float:right;
	margin-top:8px;
	margin-right:5px;
}

.plate-list-position span {
	box-shadow:none;
	border:0;
}

.plate-list-well .icon-resize-vertical {
	display:none;
	position:absolute;
	right:6px;
	top:8px;
}

.icon-exclamation-sign {
	background:url(../img/icon-exclamation-sign.png) 0 0 no-repeat;
}

.plate-list-invalid-info {
	background:#eee;
	box-shadow:inset 0 2px 2px rgba(0,0,0,.2);
	display:none;
	clear:both;
	padding:10px;
}
.plate-list-invalid-info .alert {
	padding:5px 10px;
	margin-bottom:8px;
}

.assay-view-type {
	font-size:12px;
	margin:0 10px;
	height:35px;
	width:210px;
}

.list-genesymbol {
	display:inline-block;
}
.list-assayid {
	display:none;
}

.plate-list-well.filled .plate-list-assay {
	color:#438944;
}
.plate-list-well.control .plate-list-assay {
	color:#888;
}

.plate-list-well.invalid .plate-list-assay,
.assay-info div.invalid {
	color:#B94A48;
}
.assay-info div.invalid {
	background:#F2DEDE;
	border:1px solid #EED3D7;
}
.assay-info div.filled {
	background:#D7EBCF;
	border:1px solid #D6E9C6;
	color:#468847;
}
.assay-info div.control {
	background:#bbb;
	border:1px solid #aaa;
	color:#333;
}
.assay-info div.warning {
	background:#FDF7E4;
	border:1px solid #E3DDCB;
	color:#BE9752;
}
.plate-list-well.warning .plate-list-assay {
	color:#BE9752;
}
.redirect-url {
	display: none;
}
.plate-list-well.selected .plate-list-position,
.format-select .selected td {
	background:#69A9E2;
	color:#fff;
	border-top-color:#95C1EB;
	border-bottom-color:#5E95CD;
}
.plate-list-well.hoverit .plate-list-assay {
	background:#EAF2FA;
	border-top-color:#F6F9FC;
	border-bottom-color:#D7DEE6;
	color:#333436;
}
.format-select th {
	background:#F6F6F6
}

/* plate layout */

.plate-layout {
	background:#fff;
	margin-left:0px;
	height: 480px;
}

/* import modal */

.import-assays .divider-or {
	text-align:center;
	padding: 100px 0;
}

.import-assays .divider-or .badge {
	padding:10px;
	border-radius:100px;
}

.import-assays textarea {
	height:100px;
	width:100%;
}

.import-assays .btn {
	margin-bottom:1em;
}


/* plate summary */

.table select,
.table input,
.table textarea {
	margin-bottom:0;
}

.plate-summary textarea {
	height:135px;
	width:97%;
}

.plate-summary .plate-utility {
	margin-bottom:10px;
}

.plate-summary .plate-utility .btn {
	margin-left:5px;
}

.summary-array-layout {
	border:1px solid #ddd;
	background:#fff;
	font-size:12px;
	overflow:auto;
	height:600px;
	width:100%;
}
.summary-array-layout .table {
	margin:0;
	border:none;
}
.summary-array-layout th {
	background:#eee;
	text-align:center;
	vertical-align:middle;
}

.summary-array-layout td {
	white-space:nowrap;
}

/* Secondary Button */
.btn-secondary {
	background: #97969b; /* Old browsers */
	background: -moz-linear-gradient(top, #97969b 0%, #828186 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97969b), color-stop(100%,#828186)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #97969b 0%,#828186 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #97969b 0%,#828186 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #97969b 0%,#828186 100%); /* IE10+ */
	background: linear-gradient(to bottom, #97969b 0%,#828186 100%); /* W3C */
}
.btn-secondary:hover {
	background: #828186; /* Old browsers */
	background: -moz-linear-gradient(top, #828186 0%, #6d6c70 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828186), color-stop(100%,#6d6c70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #828186 0%,#6d6c70 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #828186 0%,#6d6c70 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #828186 0%,#6d6c70 100%); /* IE10+ */
	background: linear-gradient(to bottom, #828186 0%,#6d6c70 100%); /* W3C */
}

/* Commerce Button
.btn-success {
	background: #00ad70; /* Old browsers */
	background: -moz-linear-gradient(top, #00ad70 0%, #009661 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ad70), color-stop(100%,#009661)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00ad70 0%,#009661 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00ad70 0%,#009661 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00ad70 0%,#009661 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00ad70 0%,#009661 100%); /* W3C */
}
.btn-success:hover {
	background: #009661; /* Old browsers */
	background: -moz-linear-gradient(top, #009661 0%, #007f52 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009661), color-stop(100%,#007f52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #009661 0%,#007f52 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #009661 0%,#007f52 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #009661 0%,#007f52 100%); /* IE10+ */
	background: linear-gradient(to bottom, #009661 0%,#007f52 100%); /* W3C */
}*/

/* Disabled Button */
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active {
	background: #EFEFEF;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#999;
	border-color: #ddd;
	cursor: default;
	opacity:1;
	text-shadow:none;
}


.btn.btn-link,
.btn.btn-link:hover {
	background:none;
	border:0;
	color:#036AC8;
	filter:none;
}

.btn.btn-link:hover {
	color: #1A2155;
	text-decoration: underline;
}

/* /end button patch (overwrites bootsrap colors with Life colors) */

/* .minimap {float:left; position: relative; border: 2px solid #69A7E4; width: 163px; height: 98px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px;} */
.array96{ background-image:url(../img/plates-map.png); background-repeat: no-repeat; background-position: bottom; background-size:165px 98px;}
.array384{ background-image:url(../img/plates-alot.png); background-repeat: no-repeat; background-size:167px 100px;}
.array3072{ background-image:url(../img/plates-alot.png); background-repeat: no-repeat; background-size:167px 100px;}
.info-layout {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	width: 718px;
}

.info-layout.openarray {
    padding-bottom: 20px;
}


.cursor-well-dragging {
	cursor:move;
	/*cursor:url(../ico/bubble.ico) 24 24, default;*/
}

#plate-sidebar {
	height: 510px;
}

.format-preview-image {
  width: 672px;
}

.assay-search-modal {
	overflow-y: visible;
	padding-top: 0px;
	max-height: 700px;
}
#modal-assay-search {
	position: absolute;/*enable scrolling*/
}

.mini-array.active {
	display: none;
}

.mini-array {
	display: block;
}

.up, .down {
	width: 15px;
	height: 15px;
}

.tab-content{
	margin-bottom: 0px;
	border: 0px;
	border-bottom: 0px;
	overflow: auto;
}


#table-options label.error {
	color: red;
	background: url(../img/icon-exclamation-sign.png) no-repeat 0px 0px;
	padding-left: 15px;
	padding-top: 3px;
	margin-top: 5px;
	margin-left: 10px;
	display: inline;
}

#table-options label.checked {
	color: inherit;
	//background: url(../img/success.png) no-repeat 0px 0px;
}

#table-options label.invisible {
	color: inherit;
	display: none;
	padding: 0;
}

#table-options td.span2 {
	width: 28%;
}
#modal-change-format {
	width: 870.4px;
}

#plate-qty.error {
	border: 1px dotted red;
	border-color: red;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px red,0 0 8px red;
	-moz-box-shadow: inset 0 1px 1px red,0 0 8px red;
	box-shadow: inset 0 1px 1px red,0 0 8px red;
}

.plate-editor {
	height: 630px;
}

#configurator-pane {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-cog {
	height: 28px;
	background-position: -431px 7px;
}

.stoppoint > div + div {
	background-color: #fffabd !important;
    border-top : 1px solid #fffabd !important;
}

.stoppoint-warning-message {
    margin-top: 5px;
    border: 1px solid yellow;
}

/* square */
.stoppoint-well {
    margin-right: 5px;
    border: 1px solid #c2c2c6 !important;
    height: 24px;
    width: 24px;
    background-color: #fffabd;
    float: left;
}

.stoppoint-well + p {
    padding-top: 10px;
}

/* circle */
.stoppoint-well > div {
    border: none;
    color: white;
    text-align:center;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    display: block;
    position: relative;
    font-size: 70px;
    line-height: 18px;
}

.stoppoint-warning-message > div > p {
    margin: 0;
    font-size: 12px;
    padding-top: 10px;
}

.stoppoint-well .circle.filled {
    color: #FFA500 !important;
}

.stoppoint-well .exclamation {
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
    color: black;
}

@font-face {
	font-family: "HelveticaNeueLT-Italic";
	font-style: normal;
	font-display: swap;
	src: local('HelveticaNeueLT-Italic'),
	url('../fonts/HelveticaNeueLTW01-56Italic.eot?#iefix') format('eot'),
	url('../fonts/HelveticaNeueLTW01-56Italic.woff2') format('woff2'),
	url('../fonts/HelveticaNeueLTW01-56Italic.woff') format('woff'),
	url('../fonts/HelveticaNeueLTW01-56Italic.ttf') format('truetype'),
	url('../fonts/HelveticaNeueLTW01-56Italic.svg') format('svg');
 }
 
 .wop-endDate {
    float: right;
	font-style: italic;
	font-family: HelveticaNeueLT-Italic, Helvetica Neue, Helvetica, Roboto, Segoe UI, Arial, sans-serif;
	text-align: right;
}

.strike-out {
	text-decoration: line-through;
	color: #A8A8A8 !important;;
	font-weight: 700;
}

.price-details {
	width:250px;
	font-size: 13px;
	display: block;
	line-height: 22px;
}

.price-details .promo-text{
	font-weight: 700;
    color: #333;
}

.price-details .price-label {
	width: 50%;
    float: left;
	font-weight: 700;
}

.price-details .price-value {
    width: 50%;
    text-align: right;
    float: right;
	font-weight: 700;
}

.price-layout {
  	width:250px;
}
.format-page {
	margin-top: 120px;
}

#taqman-ui-page {
	display: none;
	padding: 20px 0;
}

#search-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*overflow: hidden;*/
}

.search-box {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.276);
	background-color: #fff;
	width: 100%;
	border-radius: 4px;
	width: calc(100% - 210px);
}

#proceed-to-array-new {
	height: 52px;
	font-size: 14px;
	border-radius: 4px;
}

#proceed-to-array-new .icon-white {
	position: relative;
	top: 2px;
	left: 4px;
}

.text {
	background-color: #eee;
	margin: 0;
	min-width: 150px;
	padding: 15px 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px 0 0 3px;
}
#search{
	border:none;
	font-size: 15px;
	width: 988px;
	padding: 13px 10px;
	margin: 0;
}
#search:focus{
	box-shadow: none;
}

.search-icon{
	width: 25px;
	height: 25px;
	position: relative;
	right: 5px;
}
#search-button{
	border:none;
	cursor: pointer;
	color:#fff;
	background-color: #4A4A4A;
	padding:0px 10px;
	width: 160px;
	border-radius: 0 3px 3px 0;
}

#myIframe, #loaderIframe {
	width: 100%;
	display: none;
	margin: 20px 0;
}

#loaderIframe {
	border: 1px solid;
	height: 36px;
	position: relative;
}

.loader-section {
	display: flex;
	margin-top: 10px;
	margin-left: 20px;
}

.loader-text {
	font-size: 16px;
	line-height: 15px;
}

.filters {
	margin-left: 0;
	width: 350px;
}
