/* OVERRIDES */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}
a {
    color: #B08000;
}
a:hover {
 cursor:pointer;
}
/*
th:hover {
 cursor:pointer;
}
*/
.btn-circle{
	color: #333;
    background-color: transparent;
    border: 0;
    border-color: #ccc;
    border-radius: 50% !important;
}
.input-group-btn-prd {
	width: 75%;
}
.input-group-btn-qty {
	width: 25%;
}
.input-group-btn-width {
	width: 100%;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    vertical-align: middle;
    padding-top: 12px;
}
.form-inline .form-group {
	margin-top: 0;
	margin-bottom: 0;	
}
.form-group {
	margin-top: 6px;
	margin-bottom: 6px;	
}
.form-control{
	height: 44px;
	padding: 6px 12px;
}

.therapist-addl-fields,
.manufacturer-addl-fields {
	display: none;
}
/*
.btn{
	padding: 11px 12px;
}
*/
.control-label{
	padding-top: -8px;
}
.pagination>.active>a{
	background-color: #2e5e9a;
	border-color: #2e5e9a;
	cursor: pointer;
}
.pagination>.active>a:hover{
	background-color: #2e5e9a;
	border-color: #2e5e9a;
}
.navbar-left{
	border-left: 1px solid #e7e7e7;
}
.navbar-nav>li>a {
    line-height: 35px;
}
.navbar-nav>li>a>b{
	font-size: 17px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.navbar-brand>img{
	height: 64px;
}
@media (max-width:768px){
	.navbar-brand>img{
		height: 50px;
	}
}
.navbar{
	min-height: 66px;
}
.media {
    margin-bottom: 15px;
}
.media-body {
	color: #74996D;
}
.media-body h3 {
	color: #B9B9B9;
}

.modal-lg.container-fluid {
    padding-right: 7%;
    padding-left: 7%;
}

.modal-header {
	border-bottom: 0;
	padding: 15px 15px 0 15px;
}
.modal-footer {
	border-top: 0;
	/*padding: 0 15px 15px 15px;*/
}
.modal-footer .login{
	display: block;
	margin: 0 auto;
	max-width: 110px;
}
.modal-body{
	padding: 0 15px;
}
.handle{
	position:absolute;
	left:-20px;
	top:14px;
}
/*
button[disabled], html input[disabled]{
	overflow-x: scroll;
}
*/

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff !important;
	background-image: none;
	color: rgb(0, 0, 0);
}
.modal-content {
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #f7f7f7;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
     text-decoration: underline;
}
.well.well-lg {
	background-color: #fff;
	border: 1px solid #DBDBDB;
	padding: 14px;
}
.well img{
	    border-radius: 4px;
}
.navbar-default {
	background-color: #fff;
	border: 1px solid #ccc;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
    font-size: 20px;
}
.alert>p, .alert>ul{
	font-size: 16px;
}
.alert-dismissible{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left:45px;
	padding-right: 55px;
}
#alerts{
	margin-top:6px;
}
.alert {
	margin:0 auto;
	margin-bottom: 6px;
}
.alert-default {
	background-color: #fff;
	border-color: #e3e3e3;
}
.has-error .form-control {
	background-color: #FAFAFA;
	border-color: #FB0F1B;
}
.has-success .form-control {
	background-color: #FAFAFA;
	border-color: #00AE2C;
}
.control-label-activation {
	color: #333 !important;
}
.form-control-product-top[disabled] {
	padding-bottom: 0;
}
.form-control-product-bottom[disabled] {
	padding-top: 0;
}
.form-control-product-top {
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-control-product-bottom {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px !important;

}
.input-group-product-btn {
	height: 88px;
}
.form-control-email-top {
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 0;
}
.form-control-email-bottom {
	border-top: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 4px !important;
}
.input-group-email-btn {
	height: 68px;
}
.navbar-brand{
	padding: 0 22px 0 15px;
}
.control-label-required {
	color: #f81617;
	padding-top: 0 !important;
    margin-bottom: 0;
}
.control-label-info {
	color: #001964;
	font-size: 11px;
	padding-top: 0 !important;
    margin-bottom: 0;
    text-align: right;
}

.form-group-tournament {
	margin-bottom: 0;
}

.navbar-collapse {
	padding-right: 0;
}
.navbar-right {
	border-left: 1px solid #e7e7e7;
	padding-left: 5px;
	margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #001964;
}

.navbar-right.form-group {
	margin-right: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: transparent;
	border: 0;
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
	padding-left: 0;
	color: #111;
}
/*
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	visibility: hidden;	
}
*/
.btn-success {
	background-color: green;
	border-color: #5C970F;
}
.btn-danger {
	background-color: red;
}
.btn-primary {
	background-color: #2e5e9a;
}
.nav-tabs {
	/*border-top: 1px solid #ddd;*/
	border-bottom: 0 solid #ddd;
}
.list-unstyled li{
	margin-bottom: 1px;
}
.list-unstyled {
	margin-bottom: -1px;
	overflow-y: auto;
	max-height:500px;
}
.pagination-unstyled{
	margin: 0;
	min-height: 34px;
}
textarea {
    resize: none;
}
.container-fluid {
	width: 100%;
}
select[disabled]::-ms-expand {
		display: none;
		/*overflow:hidden;*/
}
select[disabled]{
    -webkit-appearance: none;
    appearance: none;
    /*overflow:hidden;*/
}
.fade {
    -webkit-transition: opacity .11s linear;
    -o-transition: opacity .11s linear;
    transition: opacity .11s linear;
}

/* CUSTOM */
body {
	font-family: 'Roboto', sans-serif;
	/*background: url('../imgs/cover.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
/*	height: 100%;*/
	background-color: #EFEFEF;
/*	background-image: url(../img/bg_holes.jpg);*/
}
.pad0 {
	padding: 0;
}
.floatr {
	float: right;
}
.floatl {
	float: left;
}
.container-bg{
	background-color: #fff;
}
.well-bg{
	/*background-color: #fff;*/
	background:rgba(252,252,252,0.75);
}
.well-brd0{
	border: 0 solid #ccc;
	border-radius: 0;
}
.faq{
	border-right: 1px solid #e7e7e7;
}
.well-nobg{
	background-color: transparent;
	border: 0;
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
	margin-bottom: 0;
	padding: 5px;
}
.padt12{
	padding-top: 12px;
}
.padb8{
	padding-top: 8px;
	padding-bottom: 8px;
}
.table-borderless td, .table-borderless th {
    border: none;
}
.panel{
	    margin-bottom: 0;
}
.btn-sm {
    padding: 0 4px !important;
    border: 1px solid #ff100a;
}
.btn-list{
	margin-bottom: 1px;
}
.required-label::after {
    content: "*";
    color: #FF0000;
}
.navbar-collapse.in {
	overflow-y: visible;
}
#uploaded-files-list li span.pull-right {
	margin-left: 5px;
}
#tournamentErrorBox {
	display: none;
}
#tournament-list-container table {
	display: none;
}
#tournament-metadata-container {
	display: none;
}
#tournament-list-admin>tr:hover,
#submissions-accordion tbody>tr:hover {
	cursor: pointer;
}
#edit-tournament-save-btn {
	display: none;
}
.errorBox {
	display: none;
}
@media screen and (min-width:768px){
	.navbar-text {
		display: none;
	}
	#tournament-list-container table {
		display: table;
	}
	#tournament-list-mobile {
		display: none;
	}
	#batch-submissions-modal .label-col {
		text-align: right;
	}
}