@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
/* ----------------------------------------------------
 * Main CSS 
*/

@font-face {
	font-family: myFirstFont;
	src: url("fonts/Simple Tech/otf/Simple Tech Regular.otf");
}

@font-face {
	font-family: simpleTechOutline;
	src: url("fonts/Simple Tech/otf/Simple Tech Outline 01.otf");
}

@font-face {
	font-family: myCentrifuge;
	src: url("fonts/Centrifuge/Centrifuge-Regular.woff");
}
@font-face {
	font-family: myMontserrat;
	src: url("fonts/Montserrat/Montserrat-Regular.otf");
}

@font-face {
	font-family: myAdequate;
	src: url("fonts/Adequate/Adequate-ExtraLight.ttf");
}
@font-face {
	font-family: myAristotelica;
	src: url("fonts/Aristotelica/Aristotelica-Display-Regular-trial.ttf");
}
@font-face {
	font-family: myAbandoned;
	src: url("fonts/Abandoned/Abandoned.ttf");
}

@font-face {
	font-family: FontAwesome;
	src: url("fonts/FontAwesome/fontawesome-webfont.ttf");
}

body {
	background: #fff; /*#fafafa*/
	color: #444;
	font-family: Montserrat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: myAdequate;
    /*font-family: myMontserrat;*/
}

p {
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #2E2E2E;
}

.btn {
	font-family: Montserrat;
}
.img-center {
	margin:0 auto;
}

.img-login {
	width:25px;
}
/*
.nav-tabs > li > a {
	color: black !important;
	background-color: white !important;
}

.nav-tabs > li > a:hover, .x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
		color: red !important;
		background: blue !important;
}*

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: black !important;
background: #fff !important;
}*/

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0);
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    /*color: #2E2E2E;*/
    color: #fff;
}

.navbar-default .navbar-brand {
    /*color: #2E2E2E;*/
    color: #fff;
}

.remove-pick {
    /*margin-top: 25px; */
}

.panel-min {
    max-width: 350px;
    margin:0 auto;
}

.table {
    background:white;
}

.header-secondary {
    color: #337AB7;
    font-size: 22px;
}
.header-lead {
    border-bottom: 1px #ccc solid;
    margin-bottom: 13px;
    font-size: 28px;
}

.settings-icon {
    padding:20px;
    color:#bdbdbd;
    font-size: 18px;
}

.admin-lead {
    font-size: 28px;
    margin:0;
    padding:2px;
} 

.commish-lead {
    font-size: 22px;
    margin:0;
    padding:2px;
} 
.img-social {
    width: 75px;
    padding:15px;
    margin:5px;
}
.footer-content-sm {
    padding: 15px;
}
.footer-content {
    padding: 35px;
}
.header-lead-md {
    border-bottom: 1px #ccc solid;
    margin-bottom: 6px;
    font-size: 22px;
}

.header-lead-sm {
    border-bottom: 1px #ccc solid;
    margin-bottom: 5px;
    font-size: 20px;
}


.badge-primary {
	background-color: #337AB7;
	margin-bottom: 6px;
}

.badge-success {
    background-color: #1EC657;
    margin-bottom: 6px;
}

.lead {
    color: white;
}

.tbl-input-rank {
	min-width: 35px;
	max-width: 100px;
	background: #fff9c4;
}

.tbl-input-spread {
    min-width: 60px;
    max-width: 100px;
}

.tbl-input-score {
    min-width: 40px;
    max-width: 80px;
}

.tbl-input-date {
    min-width: 60px;
    max-width: 165px;
}

.userNameLink {
    font-size: 13px;
}

#message {
    margin: 25px auto 0 auto;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #a6abaf;
    border-radius: 6px;
}

    #message h2 {
        margin-bottom: 10px;
    }

#profile_header {
    min-width: 100%;
}

.profile_pic {
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
    background: transparent;
    margin: 0 10px 10px 0;
}

#change_profile_pic {
    float: left;
    margin: 0 70px 90px 0;
}

#profile_pic a {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#profile_info {
    float: left;
}

#profile_body {
    clear: both;
    min-width: 100%;
    margin: 0 auto;
}

.quick-links {
    padding-right: 10px;
}

.versus {
    color: #ececec;
    position: absolute;
    z-index: 99;
}

.profile-image {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.col-sm-content {
    max-width:20px;
}

.col-h-number {
    max-width:50px;
}

.table-condensed {
    font-size: 12px;
    padding: 2px;
}


/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.darkGreenStatus {
    color: #007E33;
}

.lightGrayStatus {
    color: #D3D3D3;
}

.lightGreenStatus {
    color: #00C851;
}

.yellowStatus {
    color: #ffbb33;
}

.orangeStatus {
    color: #FF8800;
}

.redStatus {
    color: #CC0000;
}

.blueStatus {
    color: #0a74d0;
}

/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.scoreboard {
}

.scoreboard-header {
    background-color: #F9F9F9;
    color: #337AB7;
    border: 1px solid #ececec;
    padding: 5px;
}

    .scoreboard-header label {
        font-size: 10px;
        margin: 0;
        padding: 0;
    }

    .scoreboard-header h4 {
        font-size: 16px;
        margin: 4px 0 4px 0;
    }

    .scoreboard-header h5 {
        color: #666;
        font-size: 11px;
        margin: 4px 0 4px 0;
    }

.scoreboard-user {
    display: block;
    float: left;
    width: 25%;
    /*margin: 0 3.5%;*/
}

.mobile-scores {
font-size: 12px;
}

/* custom classes */
.sml-form {
	width: 400px;
	margin: 0 auto;
}

.med-form {
    width: 550px;
    margin: 0 auto;
}

.fade.in {
	opacity: 1;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop .fade .in {
	opacity: 0.5 !important;
}


.modal-backdrop.fade {
	opacity: 0.5 !important;
}


.btn-forgot {
	font-size: 12px;
	color: #949494;
	font-style: italic;
}

.btn-main {
	background: #FBF239;
}

.btn-mobile {
    color: #2E2E2E;
    margin-left:10px; 
}

.btn-full-width {
	margin-top:8px;
	width:100%;
}

.tabsdemoDynamicHeight md-content {
    background-color: transparent !important;
}

    .tabsdemoDynamicHeight md-content md-tabs {
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
    }

        .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
            background: white;
        }

    .tabsdemoDynamicHeight md-content h1:first-child {
        margin-top: 0;
    }

/* bootstrap overrides */
.navbar {
    margin-bottom: 0;
}


.img-xs {
    width:10%;
}
.img-sidebar {
    width:75%;
    /*max-width: 120px;*/
}
.img-sm {
    width:15%;
    /*max-width: 120px;*/
}
.img-brand {
    /*width:25%;*/
    max-width:70px;
    /*max-width: 120px;*/
}
.img-md {
    max-width: 220px;
    /*width:22%;*/
}

/*.container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}*/

.jumbotron {
    background: #337AB7; /*0a74d0-428bca*/
    padding-top: 40px;
    padding-bottom: 40px;
	margin-top:-25px;
}

.jumbotron p {
    margin: 8px 0 12px 0;
    font-size: 20px;
    font-weight: 200;
}

.navbar-brand {
    color: #0a74d0;
}

.input-spread {
    width: 60px;
}

.navbar-inverse {
    border-radius: 0;
}

.footer {
    margin: 150px 0 0 0;
}

.footer p {
    color:#ccc;
}

.footer a {
    color:#64b5f6 ;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #337AB7; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-right:15px;
}

.centered {
    margin: 0 auto;
}

.team-img {
    width:60px;
}

.img-rules {
    max-height:100px;
    max-width:100px;
    padding:8px;
    margin: 0 auto;
}

.loader-sm {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #337AB7; /* Blue */
    width: 35px;
    height: 35px;
}


.loader-xs {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #337AB7; /* Blue */
    width: 20px;
    height: 20px;
}

.loader-picks {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #5CB85C; /* Blue */
    width: 35px;
    height: 35px;
}


.loader-danger-sm {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #CC0000; /* Blue */
    width: 35px;
    height: 35px;
}

.loader-md {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #337AB7; /* Blue */
    width: 100px;
    height: 100px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






/************************** */
