/*
 * 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;
}

body{ font-family:'shell_font_medium';}

h1{
	font-family:'shell_font_bold';
}

body {
  padding-top: 50px;
  background: url('../images/lp-bg.jpg') center center no-repeat #C91F28;
  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:100px;
	margin-top:50px;
}

.mb-50{
	margin-bottom:50px;
}

.mb-20{
	margin-bottom:20px;
}

#map{ height: 474px; border:5px solid #e2231a;}

#small-map #map{ height:339px;}

.right-content-locations{
	height:420px; border:5px solid #e2231a;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.field-holder{
	margin-bottom:15px;
}

.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-shadow:1px 2px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	text-decoration:none;
}

.list-group .list-group-item {
	padding-left: 50px;
	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-bottom: 1px solid #FFE356;
}

a{text-decoration:none; color:#444;}

@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 #C91F28;
  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;
  }
}



