/*
 * Base structure
 */



/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
    font-family: 'shell_font_bold';
    /*src: url('../fonts/fs_matthew-bold-webfont.eot');
    src: url('../fonts/fs_matthew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fs_matthew-bold-webfont.woff') format('woff'),
         url('../fonts/FUTUR30.ttf') format('truetype'),
         url('../fonts/fs_matthew-bold-webfont.svg#fs_matthewbold') format('svg');
    font-weight: normal;
    font-style: normal;*/
	src: url('../fonts/FUTUR12.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'shell_font_medium';
    /*src: url('../fonts/fs_matthew-bold-webfont.eot');
    src: url('../fonts/fs_matthew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fs_matthew-bold-webfont.woff') format('woff'),
         url('../fonts/FUTUR30.ttf') format('truetype'),
         url('../fonts/fs_matthew-bold-webfont.svg#fs_matthewbold') format('svg');
    font-weight: normal;
    font-style: normal;*/
	src: url('../fonts/FUTUR17.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.otf') format('opentype'),  url('../fonts/Montserrat-Medium.woff') format('woff'),  url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src:  url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf')  format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src:  url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf')  format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Black';
  src:  url('../fonts/Gotham-Black.otf')  format('opentype'),
	     url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf')  format('truetype'), url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}











body{ font-family:''Gotham-Light'';}

h1{
	font-family:'shell_font_bold';
}

body {
  padding-top: 50px;
  background: url('../images/lp-bg.jpg') center center no-repeat #F68C38;
  background-size: cover !important;
}

.text-danger{ color:#fff; }
.btn-danger{ background: #e2231a; }
.text-white{ color:#FFF;}
.text-bold{ font-weight:bold;}

/*==============================SIGN IN PAGE =====================================*/
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin{
	margin-bottom:0
	margin-top:0;

}
.doubleborder{
	border: 2px solid #F98D29 !important;
	-webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
border-radius: 25px !important;    
    
	-webkit-box-shadow: 0 0 0pt 2pt white !important;
-moz-box-shadow: 0 0 0pt 2pt white !important;
box-shadow: 0 0 0pt 2pt white !important;
}
.mb-50{
	margin-bottom:50px;
}

.mb-20{
	margin-bottom:20px;
}

#map{ height: 530px; border:5px solid #ffffff;}

#small-map #map{ height:339px;}

.right-content-locations{
	height:250px; border:0;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.field-holder{
	margin-bottom:20px;
}

.list-group .list-group-item, .list-group .list-group-item a{
	border:none;
	background-color:none;
	background:none;
	font-weight:bold;
	font-size:19px;
	color:#fff;
	
	text-decoration:none;
}

.list-group .list-group-item {

	color: #fff !important;
}


.table-hover > tbody > tr:hover {
  background-color: #bcbec0;
}


table.table-bordered-red {
  border: 2px solid #e2231a;
}

table.table-bordered-red > thead > tr > th,
table.table-bordered-red > tbody > tr > th,
table.table-bordered-red > tfoot > tr > th,
table.table-bordered-red > thead > tr > td,
table.table-bordered-red > tbody > tr > td,
table.table-bordered-red > tfoot > tr > td {
  border: 2px solid #e2231a;
  vertical-align:middle;
}
table.table-bordered-red > thead > tr > th,
table.table-bordered-red > thead > tr > td {
  border-bottom-width: 2px;
}


.right-content-details table thead{
	background:#e2231a;
	color:#FFF;
}

.bg-danger{
	background:#e2231a;
}

.right-content-details table thead tr th, .right-content-details table tfoot tr td{
	border-right:2px solid #FFF !important;
	text-align:center;
}


.right-content-details table thead tr th:last-child, .right-content-details table tfoot tr td:last-child{
	border:none !important; 
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: top;
  border:none;
}

a{text-decoration:none; color:#fff;
font-family:'Gotham-Light'}

@media (max-width: 768px) {
	h1{ font-size:26px; }
  .cs-center{ margin:auto;}
  /*.ul_list_item { display:inline-block; padding-right: 5px; padding-left: 5px;}
	.li_list_item {  position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; width:50% !important;float: left;}*/
	.col-lg-6{
		width:70%;
	}
	.sectorcheck li label{
	float:right;
}
}
@media (max-width: 480px) {
	*{ font-size:98%;}
	#map{ height: 300px; }
	.right-content-locations{height:300px;}
	h1{ font-size:18px; }
	h3{ font-size:15px; padding:0; margin:0; }
	#table_header{ width:90%;}
	.mb-50{margin-bottom:20px;}
	body{padding-top: 10px;}
	.list-group-item, .list-group-item a{ font-size:12px !important;}
	.ul_list_item { display:inline-block; padding-right: 0; padding-left: 0;}
	.li_list_item {  position: relative; min-height: 1px; padding-right: 0; padding-left: 0; width:50% !important;float: left;}
	#tcols div{ clear:both; }
}

.input-sm{ font-size:14px;}

.uccform label{
	color:#e2231a;
	font-size:16px;
	padding:5px;
}
.form-controls {
	background:none;
	border:1px solid #e2231a !important;
	margin:0 10px;
	padding:5px;
}
[data-toggle="buttons"] .btn input[type="checkbox"], [data-toggle="buttons"] .btn input[type="radio"], [data-toggle="buttons"] .btn-group  .btn input[type="checkbox"], [data-toggle="buttons"] .btn-group .btn input[type="radio"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}
.sectorcheck li{
color:#e2231a;
	font-size:16px;
	padding:5px;
	font-weight:bold;	
}
.sectorcheck li label{
	float:right;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background: none !important;
    border:1px solid #e2231a;
    color: #e2231a !important;
}

.btn{
 border-radius:0;	
}
.btn-primary{
	background:none;
	border:1px solid #e2231a;
	color:#FFD500 !important;
}

body.body-outlets, body.body-details {
  background: url('../images/lp-bg-2.jpg') center center no-repeat;
  background-size: cover !important;
}

.coordinate-btn, .dominant {
	background: yellow; 
	color: #333; 
	padding: 3px 7px; 
	border: none; 
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	font-size: 18px;
	margin-right: 10px;
}

.coordinate-btn {
	background: green;
	color: #fff;
}

.dominant {
	outline: 0 !important;
	width: 200px;
	color: #C91F28;
	font-weight: 800;
	font-size: 16px;
	border: 5px solid #fff;
}

.giftsz {
	max-width: 57px;
	border: 1px solid #eee;
}

.dominant.selected {
	border: 5px solid #C72028;
}

.giftsz.selected {
	border: 1px solid #C72028;
}

.surveyfont {
	font-size: 22px; color: #fff;
}

.b-yellow {
	border: 2px solid yellow; padding: 10px;
}

.bg-form-yellowb {
	border:10px solid yellow;
	background: #fff;
	padding: 17px;
	font-size: 20px;
	color: #C91F28;
}

.add-button {
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: none;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 10px;
}

.nocoord {
	background: #D2D200 !important;
}

#product_range_poster {
	border: 10px solid #eee;
}

.pposter {
	border:10px solid #eee;
	margin-bottom: 10px;
}

.asd {
	max-width: 30% !important;
}

.zxc {
	max-width: 16% !important;
}

.outlet_type_select {
	background: none;
	color: #fff;
	outline: none !important;
	border: 2px solid #fff;
}

.outlet_type_select option {
	color: #000 !important;
}

.pposter.selectedd {
	border: 10px solid yellow !important;
}

.voucherimg {
	border: 5px solid #C72028;
}

.voucherimg.selected {
	border: 5px solid #FFFF00;
}

.selectedd {
	border: 10px solid yellow !important;
}

.shellinput {
	background-color: transparent;
	border: 0 !important;
	outline: 0 !important;
	width: 200px;
}

@media screen and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}


.scrollbar-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-deep-purple::-webkit-scrollbar {
width: 12px;
background-color: #F98D29; }

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F98D29; }

.scrollbar-cyan::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-cyan::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-cyan::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00bcd4; }

.scrollbar-dusty-grass::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-dusty-grass::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); }

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); }

.bordered-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: none;
border: 1px solid #ffffff; }

.bordered-deep-purple::-webkit-scrollbar-thumb {
-webkit-box-shadow: none; }

.bordered-cyan::-webkit-scrollbar-track {
-webkit-box-shadow: none;
border: 1px solid #00bcd4; }

.bordered-cyan::-webkit-scrollbar-thumb {
-webkit-box-shadow: none; }

.square::-webkit-scrollbar-track {
border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
border-radius: 0 !important; }

.thin::-webkit-scrollbar {
width: 6px; }

.example-1 {
position: relative;
overflow-y: scroll;
}
#filteralldata label{
	color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 20px 0 0;
}
#filteralldata input{
	
}
label{
	font-family: 'Gotham-Book';
	font-size:16px;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.productmix{
background: #ffffff;
    padding: 5px;
	}
.productmix label{	
	color:#F98D29;
	font-family:'Gotham-Book';
	font-weight:bold;
}
.funkyradio div {
    overflow: hidden;
    float: left;
    width: 33.33%;
	clear: none !important;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ffffff;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  
 
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
		  text-align:center;
		  color:#ffffff;
}


.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
.loginbox{
	background: #fff;
	margin-top: 170px;
	padding: 20px 30px;
	border-radius: 20px;
}

@media (max-width: 1024px)
.loginbox{
	margin-top: 100px;
}

}

@media (max-width: 667px){
.loginbox{
	margin-top: 0px;
	padding: 10px;
}
}
@media (max-width: 568px){
.loginbox{
	margin-top: 0px;
	padding: 10px;
}
}
@media (max-width: 414px){
.loginbox{
	margin-top: 70px;
	padding: 10px;
}
}
@media (max-width: 320px){
.loginbox{
	margin-top: 40px;
	padding: 10px;
}
}

