/* MAIN CONTAINER */
@media (min-width: 1370px) 
{
	.container 
	{
		width: 1340px;
	}
}

/* NAVBAR */
.navbar-toggler
{
	border: 0;
	margin-top: 21px;
}

.navbar-toggler:hover
{
	background-color: #dd4040 !important;
}

.navbar-brand
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin:  0;
}

.navbar-nav a
{
	color: #c0c3c5 !important;
	line-height: 47px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-right: 1px;
}

.navbar-nav a:hover, 
.navbar-nav li.active a
{
	color: #ffffff !important;
	background-color: #dd4040 !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.navbar-text
{
	padding-left: 20px !important;
	padding-right: 20px !important;
	line-height: 33px !important;
	color: #c0c3c5 !important;
}

.navbar-text a
{
	color: #c0c3c5 !important;
	font-weight: bold;
}

/* LIST GROUPS */

.list-group-item:first-child, 
.list-group-item:last-child
{
	border-radius: 0;
}

.list-group a, 
.list-group button
{
	color: inherit !important;
	text-decoration: none !important;
	border: 0;
	border-bottom: 1px solid #3b3b3b !important;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.list-group-grey a,
.list-group-grey button
{
	border-bottom: 1px solid #c0c0c0 !important;
}


.list-group a:hover, 
.list-group button:hover, 
.list-group a:focus, 
.list-group button:focus, 
.list-group .active
{
	background-color: transparent !important;
	color: #fbbe24 !important;
}

.list-group div.collapse,
.list-group div.collapsing
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* BUTTONS */
.btn
{
	border-radius: 0;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6) !important;
	border: 0;
	font-weight: bold;
	padding: 0px 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-left: -10px;
	font-size: 13px;
}


.btn-default,
.btn-default:focus,
.btn-default.focus
{
	color: #313131 !important;
	text-decoration: none !important;
	background-color: #efefef;
	height: 40px;
	line-height: 40px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus
{
	color: #313131;
	background-color: #fbffff;
	height: 40px;
	line-height: 40px;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-primary:hover, 
.btn-primary:active,
.btn-primary.active
{
	color: #ffffff !important;
	background-color: #dd4040 !important;
	border: 0;
	box-shadow: none;
}

.input-group-btn .btn
{
	/* padding: 8px 12px; */
	padding: 0px 12px;
}

.input-group-btn span.glyphicon
{
	padding-top: 3px;
}

.input-group-addon
{
	border-radius: 0;
}

.btn-group .btn
{
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1px !important;
}

/* FORM ELEMENTS */

form
{
	margin-top: 5px;
}

input.form-control
{
	-webkit-appearance: none;
	background-color: #f5f5f5;
	color: #58585a;
	border: 1px solid #dadbdb;
	border-radius: 0;
	height: 40px !important;
	font-size: 13px;
}

select.form-control
{
	background-color: #f5f5f5;
	color: #58585a;
	border: 1px solid #dadbdb;
	border-radius: 0;
	height: 40px !important;
	font-size: 13px;
}

.form-control:focus
{
	border: 1px solid #dadbdb;
	box-shadow: none;
}

.form-control::-moz-placeholder
{
	text-transform: uppercase;
}

.form-control:-ms-input-placeholder
{
	text-transform: uppercase;
}

.form-control::-webkit-input-placeholder
{
	text-transform: uppercase;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button 
{
	-webkit-appearance: none;
    margin: 0;
}

input[type=number] 
{
    -moz-appearance:textfield;
	text-transform: uppercase;
}

textarea.form-control
{
	height: auto !important;
	resize: none;
	background-color: #f5f5f5;
	border: 1px solid #dadbdb;
	border-radius: 0;
	font-size: 13px;
}

.has-error .form-control
{
	color: #a94442;
	border: 1px solid #a94442;
	box-shadow: none !important;
}

label
{
	font-weight: normal;
	padding-left: 3px;
	font-size: 90%;
}

.checkbox
{
	margin-top: 0;
	font-size: 13px;
}

/* TABLES */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td 
{
	border-top: 0;
	border-bottom: 1px solid #c0c0c0;
	padding: 20px 20px 20px 3px;
}

.table > tfoot > tr > td 
{
	border-bottom: 0;
	border-top: 1px solid #c0c0c0;
}

.table > thead > tr > th
{
	padding-top: 6px;
}

.table > tbody > tr:last-child > td
{
	border-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) 
{
	background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(even) 
{
	background-color: #f5f5f5;
}

/* IMAGES */

img.img-rounded
{
	border-radius: 3px;
}

/* LABELS */

.label
{
	border: 0;
	font-size: 100%;
	padding: 5px;
	border-radius: 0;
}

.label-default
{
	background-color: #252525;
	color: #fbffff;
}

.label-map
{
	display: block !important;
	width: 50px;
	height: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6) !important;
}

/* BADGES */

.badge 
{
	margin-left: 5px;
	padding: 5px 10px;
	color: #fbffff;
	background-color: #313131;
}

/* FONT AWSOME */

.fa
{
	min-width: 18px;
}

.fa-lg
{
	min-width: 25px;
}

/* ALERTS */

.alert
{
	border-radius: 0;
	margin-bottom: 10px;
}

/* PANELS */

.panel-group
{
	border: none;
	
}

.panel-default 
{
	box-shadow: none;
	border: none;
	background-color: #fbffff;
	
}

.panel-default > .panel-heading 
{
	color: inherit;
	background-color: #fbffff;
	padding-left: 0;
	padding-top: 20px;
}

.panel-default > .panel-collapse > .panel-body 
{
	padding: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body 
{
	border: none;
}

/* THUMBNAILS */
.thumbnail 
{
  line-height: 1;
  background-color: red;
  border: 1px solid #c0c0c0;
  border-radius: 0;
}