/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	padding-top: 70px;
	padding-bottom: 30px;

	//background: url(../img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: content-box;
	-moz-background-size: content-box;
	-o-background-size: content-box;
	background-size: content-box;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400,300,700;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(../fonts/Nunito-Regular.ttf) format('truetype');
}

#admin_publishModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 80%;
	overflow: hidden;
}
#admin_racesessionModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 80%;
	overflow: hidden;
}
#admin_raceeventsModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 80%;
	overflow: hidden;
}
#admin_twitterModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 70%;
	overflow: hidden;
}
#admin_driversModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 92%;
	overflow: hidden;
}
#admin_carmasterModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 60%;
	overflow: hidden;
}
#admin_entrylistModal .modal-dialog {
	position: relative;
	top: 5px;
	margin: auto;
	width: 82%;
	overflow: hidden;
}

.-norm {
	font: bold !important;
	color: black !important;
}
.aDriver {
	-moz-text-decoration-style: dotted; /* Code for Firefox */
	text-decoration: underline;
	text-decoration-style: wavy !important;
	cursor: pointer;
} 

.bigDrop {
	height: 42px !important;
	vertical-align: middle !important;
}

.input-bold {
	font-weight: bold !important;
}

::-webkit-input-placeholder {
	font-weight: normal !important;
}

:-moz-placeholder { /* Firefox 18- */
	font-weight: normal !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-weight: normal !important;
}

:-ms-input-placeholder {  
	font-weight: normal !important;
}

.-navTop {
	padding-top: .66vh;
}

.wideWell {
	background: #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 50%;
	max-height: 98%;
	width: 99%;
	overflow-y: auto;
}

.smallWell {
	background: #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 50%;
	max-height: 98%;
	width: 92%;
	overflow-y: auto;
}
.smallPanel {
	min-height: 50%;
	max-height: 98%;
	overflow-y: auto;
}
.shortList {
	height: 12%;
	max-height: 80%;
	overflow-y: auto; 
}
.shorterList {
	height: 65%;
	overflow-y: auto; 
}

.smallerWell {
	background: #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 50%;
	max-height: 98%;
	width: 70%;
	overflow-y: auto;
}
.smallerPanel {
	min-height: 50%;
	max-height: 88%;
	overflow-y: auto;
}

.smallistWell {
	background: #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 50%;
	max-height: 98%;
	width: 50%;
	overflow-y: auto;
}
.smallistPanel {
	min-height: 50%;
	max-height: 88%;
	overflow-y: auto;
}


.-limited {
	height: 130px !important;
	max-height: 130px !important;
	overflow-y: auto;
	padding: 0;
}

.SO1 {
	color: white !important;
	background: #2AABD2 !important;
}

.btn-entry {
	margin: 2px !important;
	width: 52px !important;
}

.btn-full {
	width: 100% !important;
}
.btn-left {
	float: left;
}
.btn-left1 {
	float: left;
	margin-top: -8px;
	font-family: 'Nunito', sans-serif;
}
.btn-left150 {
	float: left;
	margin-top: -8px;
	margin-left: 4px !important;
	margin-right: 4px !important;
	font-family: 'Nunito', sans-serif;
	width: 170px !important;
}

.btn-right {
	float: right;
}

.btn-right1 {
	float: right;
	margin-top: -8px;
	font-family: 'Nunito', sans-serif;
}
.btn-80 {
	//font-family: 'Nunito', sans-serif;
	width: 60px !important;
}
.btn-50 {
	font-family: 'Nunito', sans-serif;
	width: 50px !important;
}

.btn-right80 {
	float: right;
	margin-top: -6px;
	font-family: 'Nunito', sans-serif;
	width: 80px !important;
}

.btn-right50 {
	float: right;
	margin-top: -6px;
	font-family: 'Nunito', sans-serif;
	text-align: center !important;
	width: 64px !important;
}
.btn-right50p {
	float: right;
	margin-top: -6px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: 'Nunito', sans-serif;
	width: 50px;
}

.btn-rightA {
	float: right;
	margin-top: -8px;
	margin-right: 10px;
	font-family: 'Nunito', sans-serif;
}
.btn-rightB {
	float: right;
	margin-top: -8px;
	margin-right: 10px;
	font-family: 'Nunito', sans-serif;
	display: none;
}
.btn-purple:hover, 
.btn-purple:focus, 
.btn-purple:active, 
.btn-purple { 
	color: #ffffff !important; 
	background-color: #B117D4 !important; 
	border-color: #130269 !important; 
} 
.btn-publisher {
	width: 150px;
	font-size: 14px !important;
}
 
.tableFix {
	margin: 0 !important;
	padding: 0 !important;
	height: 10px !important;
}

.shortList {
	height: 82%;
	overflow-y: auto; 
}

.learner {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
}
.learner H1 {
	font-size: 24px;
}
.learner H2 {
	font-size: 16px;
	font-weight: bold;
	color: navy;
}
.learner small {
	font-size: 14px;
}

.learnerBTN {
	margin-top: 2px;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	width: 140px;
}

.formFix {
	margin: 0;
	margin-bottom: 2px;
}
.formFix10 {
	margin: 0;
	margin-bottom: 2px;
	margin-left: 10px !important;
}

.footerFix {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 36px;
	background: black;
	color: #ccc;
	padding-top: 12px;
}
.footerFix p, a {
	margin:0 ;
	text-align: center;
	text-decoration: none;
	color: ccc;
}

.navbar-smaller {
	margin-top: -16px;
	margin-bottom: 10px;
}

.navbar-inverse .navbar-brand {
  #color: #d616d6;
  color: orange;
}
.navbar-inverse .navbar-text {
  #color: #d616d6;
  color: orange;
}
.navbar-inverse .navbar-nav > li > a {
  #color: #d616d6;
  color: orange;
}

.-GTLM {
	color: white !important;
	background: #c12e2a !important;
	border: 1px solid #ececec;
}
.-LMP2, .-PC {
	color: white !important;
	background: #2aabd2 !important;
	border: 1px solid #ececec;
}
.-LMP3 {
	color: white !important;
	background: orange !important;
	border: 1px solid #ececec;
}

.-GTD {
	color: white !important;
	background: #5cb85c !important;
	border: 1px solid #ececec;
}
.-DPI, .-P {
	color: white !important;
	background: #1a1a1a !important;
	border: 1px solid #ececec;
}
.-orange {
	color: #994c00 !important;
	font-weight: bold;
}
.-purple {
	color: purple !important;
	background: white !important;
}
.-green {
	color: green !important;
	background: white !important;
}
.-blue {
	color: blue !important;
	background: white !important;
}

.flagG {
	color: green !important;
}
.flagY {
	color: black !important;
	background: yellow !important;
}
.flagR {
	color: red !important;
}
.flagC {
	color: black !important;
}


@media only screen and (max-width: 1280px) {
	#admin_entrylistModal .modal-dialog {
		width: 99% !important;
	}

	#admin_driversModal .modal-dialog {
		width: 99% !important;
	}
	#admin_twitterModal .modal-dialog {
		width: 80% !important;
	}
	.smallerWell, .smallWell {
		width: 95% !important;
	}
	.smallistWell {
		width: 70% !important;
	}

}
@media only screen and (max-width: 1024px) {
	#admin_entrylistModal .modal-dialog {
		width: 99% !important;
	}

	#admin_driversModal .modal-dialog {
		width: 99% !important;
	}
	#admin_twitterModal .modal-dialog {
		width: 85% !important;
	}
	.smallerWell, .smallWell {
		width: 99% !important;
	}
	.smallistWell {
		width: 70% !important;
	}
}
