﻿@font-face {
    font-family: 'raleway';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('raleway-regular-webfont.woff') format('woff'), url('raleway-regular.ttf') format('truetype'), url('raleway-regular-webfont.svg#webfont') format('svg');
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    /*background:#f7f7f7;*/
    background: #fff;
    /*background-image: url(../images/fetem_bg.png);*/
    background-size: cover;
    background-attachment: fixed;
    /*background:#f7F7F7;*/
    font-family: 'raleway',Benton Sans,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif, Arial Unicode MS !important;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    /*background-image: linear-gradient(to bottom right, #4dde13, 008ed7);
    color: #fff;*/
}
A
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'raleway',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.1em;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {

    min-height: 400px;
}

.navbar {
    background-color:#008ed7 !important;
    
    color: #fff !important;
    ;

}

.navbar-brand, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
.navbar-nav > li > a, .navbar-nav {
    color: #fff !important;
    background-color: transparent !important;
    padding: 10px 15px !important;
}

    .navbar-nav > li > a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .navbar-nav > li:hover {
        background-color: #050b4d !important;
    }

    .navbar-nav > .active {
        background: #24c296 !important;
    }


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}


.content-panel {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.25);
    padding-top: 15px;
    padding-bottom: 5px;
    /*border-radius: 15px;*/
    margin-bottom: 10px;
    color:#808080
}

    .content-panel h4 {
        margin-left: 10px;
    }
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*.content-panel {
	background: #ffffff;
	box-shadow: 0px 3px 2px #aab2bd;
	padding-top: 15px;
	padding-bottom: 5px;
    border-radius: 5px;
}*/

.icon-bar {
    background: #fff;
}

/* CSS FOR Events Mngr  */
.hp-top {
    /*background:  #000b63 url("images/bg4.jpg") repeat-y fixed;*/
    background: #fff;
    background-size: cover;
    overflow: hidden;
    /*min-height:600px;*/
}

.padup {
    padding-top: 10px;
    padding-bottom: 10px;
}


.howItWorks * {
    font-size: 1.3em;
}

.howItWorks div {
    padding: 10px;
    line-height: 1em;
    vertical-align: middle;
    padding-top: 5px;
}

    .howItWorks div div {
        border: 1px solid white;
    }

    .howItWorks div i {
        float: left;
        margin-right: 10px;
        font-size: 1.5em;
    }

.hp-search {
    background: rgba(255, 255, 255, 0.3);
    margin-top: 50px;
    color: #fff;
    padding-top: 10px;
}

    .hp-search input[type="text"], .hp-search select {
        background: transparent;
        border-radius: 0px;
        border: none;
        border-bottom: 2px solid white;
        color: white;
    }

        .hp-search input[type="text"]::placeholder {
            color: #fff;
        }

table tr td {
    color: #808080 !important;
}

/* ********************************* ***************** */
footer.site-footer {
    /*background-color:#0d1e4e !important;*/
    background-color: #008ed7 !important;
    color: #fff;
    font-size: 17px;
    padding-top: 50px;
    
    

}

    footer.site-footer a {
        /*color: #b7d9fe !important;*/
        color: #fff !important;
    }

    footer.site-footer .copyright {
        background-color: #050b4d;
        /*background-color: 008ed7;*/
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        margin-top: 50px !important;
    }

    footer.site-footer ul {
        list-style-position: outside !important;
        list-style-type: none !important;
        padding: 0px;
    }
/*footer.site-footer ul li {
     list-style-position:hanging;
     list-style-type:none !important
}*/

.signuplink {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 3.5em;
}

.picList > img {
    max-height: 75px;
}

.panel.wrapper {
    background-color: #fff;
    width: 100%;
}

.panel-body#BioData input[type="checkbox"], .panel-body#BioData input[type="radio"] {
    margin-left: 10px;
    margin-right: 3px;
    display: inline-block;
}

.max-height-150 {
    max-height: 150px !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-inline {
    display: inline-block !important;
}

/*Fancy Dropdown list*/
#lstItem {
    /*border-radius: 0px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.26) !important;*/
}

    #lstItem img {
        max-height: 150px;
        width: 100%;
    }

    #lstItem .btn {
        border-radius: 0px;
    }

    #lstItem .itemFooter {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.19);
        display: block;
        padding: 4px 5px;
        box-sizing: border-box;
    }

    #lstItem h4 {
        color: 008ed7;
    }

.btn {
    border-radius: 0px !important;
}

    .btn.btn-success {
        background-color: 008ed7 !important;
        border-color: 008ed7 !important;
    }

.dashboard-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,.26);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-top: 5px;
}

    .dashboard-item i {
        font-size: 4em;
    }

    .dashboard-item h3 {
        margin-top: 5px;
    }

/*carousel*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

input[type="radio"], input[type="checkbox"] {
    /*background:red;*/
    margin-right: 3px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    #mainNotification {
        display: inline !important;
    }
}

.inline-block {
    display: inline-block;
}

.btn {
    font-size: 0.9em !important;
    /*font-weight: bold;*/
}

/*.content-panel {
	background: #ffffff;
	box-shadow: 0px 3px 2px #aab2bd;
	padding-top: 15px;
	padding-bottom: 5px;
}
.content-panel h4 {
	margin-left: 10px;
}*/
.MainContent {
    min-height: 370px;
}

.item_title {
    display: block;
    overflow: hidden;
    width: 100%;
}

.ellipses {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.text-white {
    color: #fff !important;
}

.caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.dropdown-menu {
    background: 008ed7;
}

    .dropdown-menu > li > a {
        color: #fff !important;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background: #050b4d;
        }

@media (max-width: 767px) {
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #050b4d !important;
    }
}

.btn-instagram {
    background: #9d1818 !important;
    color: #fff !important;
}

.btn-facebook {
    background: #52fece !important;
}

.heading-item {
    border-bottom: 2px solid #f5a90e;
}

    .heading-item span {
        background: #f5a90e;
        padding: 5px 10px 0px 10px;
        color: #fff;
    }

.vresult-table {
    background-color: red !important;
}

table.vresult-table tr {
    background-color: 008ed7 !important;
    border: none !important;
    color: #fff !important;
}

    table.vresult-table tr.evicted {
        background-color: #c60404 !important;
    }

    table.vresult-table tr td, table.vresult-table tr th {
        /*background-color:lime !important*/
        border: none !important;
        color: #fff !important;
        -moz-box-shadow: inset 0 0 1px #000 !important;
        -webkit-box-shadow: inset 0 0 1px #000 !important;
        box-shadow: inset 0 0 1px #000 !important;
    }

        table.vresult-table tr td > a, table.vresult-table tr th > a {
            color: #fff !important;
        }

        table.vresult-table tr td:nth-child(n+3):not(:last-child) {
            background-color: #f5a90e !important;
        }

    table.vresult-table tr.evicted td:nth-child(n+3):not(:last-child) {
        background-color: #c88805 !important;
    }

table.vresult-table tbody > tr:hover > td, table.vresult-table tbody > tr:hover > th {
    background-color: #24c296 !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-0 {
    margin: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.contestant-item {
    padding-top: 0 !important;
    overflow: hidden;
    background-color:008ed7;
    color:#fff !important;
    background-image: linear-gradient(to bottom right, #014921, #0ead55);
    border:2px solid #fff;
   
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.25) !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.contestant-image {
    background-color: #fff;
    height: 200px !important;
}

    .contestant-image img {
        display: inline-block;
        height: 100%;
        max-width: auto;
        /*padding: 4px;*/
        line-height: 1.428571429;
        border: 2px solid #fff;
        box-shadow: -1px 3px 1px rgba(0,0,0,0.5);
        border-radius: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position:relative;
        bottom: -10px !important;
        text-align:center;
        background-color:white
    }

.contestant-item .contestant-content {
    padding: 15px 5px 15px 5px;
    line-height: 25px;
}
.contestant-item:hover {
    /*background-color:brown;
    color: #fff !important;*/
}
.contestant-item .contestant-content .btn.btn-success {
    background-color:#fff !important; color:008ed7 !important;
    margin-top:5px; padding:5px 10px;
} 
.contestant-item .contestant-image .contestant-id {
    background:#d40606 !important;
    padding:2px 5px;
    border-radius:0 0 10px 0px;
    width:auto;
    min-width: 20px;
    position:absolute;
    top:0; left:0;
    /*left: 50%;*/
    z-index:9999999999;
    font-size:14px
}

.service-box {
    margin:15px;
    text-align:center;
 /*color: #fff !important;
    background-image: linear-gradient(to bottom right, #177a1c, #0ead55);*/
   padding-bottom:10px !important;

}
.service-box img{
    width:100%;
}
.service-box a {color:008ed7}
.service-box h1 {
    font-size: 25px;

}

.more-details{
    text-align:center;
    color: #fff !important;
    background-image: linear-gradient(to bottom right, #177a1c, #0ead55);
    padding: 40px 0;
    display:flex;
}
.more-details  .content-panel {
   color:#808080;
   display:inline-flex;
   height:100%;
}

.more-details .content-panel h3{
    font-family:raleway;
    font-size:25px;
    font-weight:800;
   text-transform:uppercase
}

    .more-details .content-panel i.fa {
    background:008ed7;
    color:#fff;
    padding:15px;
    font-size:50px
    }

    .d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}