/* BOOTSTRAP PATCHES
************************************************************************/

/* headers */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ margin: 0; padding: 0; clear: both; }
h1, h2 ,h3, .h1, .h2, .h3{ margin-top: 15px; margin-bottom: 15px; }
h4, h5, h6, .h4, .h5, .h6{ margin-top: 10px; margin-bottom: 10px; }

/* * */
*:focus{ outline: none !important; }

/* grids */
.container{ padding-left: 5px !important; padding-right: 5px !important; }
.row{ margin-left: -5px; margin-right: -5px; }
	.row > div[class*=col-]{ padding-left: 5px; padding-right: 5px; }

/* form */
.btn{ padding: 4px 8px; }
.btn-sm{ padding: 2px 4px 3px; }

.btn-default{ background-color: #ec6604; border-color: #ec6604 !important; color: #fff; }
.btn-default:hover, .btn-default:focus{ background-color: #40403f; border-color: #40403f !important; color: #fff; }

.btn-primary{ background-color: #252525; border-color: #252525 !important; color: #fff; }
.btn-primary:hover, .btn-primary:focus{ background-color: #ec6604; border-color: #ec6604 !important; color: #fff; }

.btn-info{ background-color: #5cb85c; border-color: #5cb85c !important; color: #fff; }
.btn-info:hover, .btn-info:focus{ background-color: #42a342; border-color: #42a342 !important; color: #fff; }

.form-control{ height: 30px; padding: 4px; }
.form-control, .form-control:focus{ border-color: #bebebe; box-shadow: none; -webkit-appearance: none; resize: none; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color: #fff; cursor: pointer; }
.form-control.form-white{ border-color: #fff; }

.input-sm{ height: 25px; padding: 2px 4px; }

label{ font-weight: normal; }

/* img */
.img-responsive{ display: inline-block !important; }

/* breadcrumbs */
.breadcrumb{ padding: 0 0 10px; border-bottom: 1px solid #ec6502; border-radius: 0px; background-color: transparent; font-size: 13px; }
.breadcrumb > li > a{ color: #575656; }
.breadcrumb > li > a:hover, .breadcrumb > .active{ color: #ec6502; }
.breadcrumb > li + li:before{ content: "\f105"; font-family: "FontAwesome"; }

/* table */
.table td.info, .table td.active{ border: 2px solid #fff; }
.table td.info{ background-color: #e4e4e4 !important; }
.table-border-bottom td{ padding: 2px !important; border-top: none !important; border-bottom: 1px solid #e4e4e4 !important; }

/* panel */
.panel-primary{ border-color: #ec6502; }
.panel-primary > .panel-heading{ background-color: #ec6502; border-color: #ec6502; }


/*  MEDIA QUERIES (ENABLE WHEN RESPONSIVE)
================================================================= */

/* Mobile */
@media (max-width: 767px){
	.container{ padding-left: 0px !important; padding-right: 0px !important; }
	.row{ margin-left: 0px; margin-right: 0px; }
		.row > div[class*=col-]{ padding-left: 5px; padding-right: 5px; }
		.row .row{ margin-left: -5px; margin-right: -5px; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.container{ width: 758px !important; padding-left: 5px !important; padding-right: 5px !important; }
	.row{ margin-left: -5px; margin-right: -5px; }
		.row > div[class*=col-]{ padding-left: 5px; padding-right: 5px; }
}

/* Desktop */
@media (min-width: 992px) {
	.container{ width: 970px !important; }
}

/* Retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
}



/*  NON-RESPONSIVE (ENABLE WHEN NON-RESPONSIVE)
================================================================= * /
.container{ width: 970px !important; min-width: 970px !important; }
/**/



/* Helper alert classes */
.modal { z-index: 9050; }
.modal-backdrop { z-index: 9040; }
.modal-header{ border-top-left-radius: 4px; border-top-right-radius: 4px; }
.modal-header.danger{ background-color: #d9534f; color: #fff; }
.modal-header.warning{ background-color: #f0ad4e; color: #fff; }
.modal-header.info{ background-color: #5bc0de; color: #fff; }
.modal-header.success{ background-color: #5cb85c; color: #fff; }

/* Callout classes */
.bs-callout{ margin: 10px; padding: 10px 20px; border-left: 3px solid #eee; }
	.bs-callout h4{ margin-top: 0; margin-bottom: 5px }
.bs-callout-danger{ background-color: #fdf7f7; border-color: #d9534f; color: #d9534f; }
	.bs-callout-danger h4{ color: #d9534f; }
.bs-callout-warning{ background-color: #fcf8f2; border-color: #f0ad4e; color: #f0ad4e; }
	.bs-callout-warning h4{ color: #f0ad4e; }
.bs-callout-info{ background-color: #f4f8fa; border-color: #5bc0de; color: #5bc0de; }
	.bs-callout-info h4{ color: #5bc0de; }
.bs-callout-success{ background-color: #f4f8fa; border-color: #5cb85c; color: #5cb85c; }
	.bs-callout-success h4{ color: #5cb85c; }