html {
    min-height: 100%;
}

body {
    background: rgba(94,94,94,1);
    background: -moz-radial-gradient(top, ellipse cover, rgba(94,94,94,1) 0%, rgba(35,35,35,1) 75%);
    background: -webkit-gradient(radial, top center, 0px, top center, 75%, color-stop(0%, rgba(94,94,94,1)), color-stop(75%, rgba(35,35,35,1)));
    background: -webkit-radial-gradient(top, ellipse cover, rgba(94,94,94,1) 0%, rgba(35,35,35,1) 75%);
    background: -o-radial-gradient(top, ellipse cover, rgba(94,94,94,1) 0%, rgba(35,35,35,1) 75%);
    background: -ms-radial-gradient(top, ellipse cover, rgba(94,94,94,1) 0%, rgba(35,35,35,1) 75%);
    background: radial-gradient(ellipse at top, rgba(94,94,94,1) 0%, rgba(35,35,35,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#232323', GradientType=1 );
    min-height: 100%;
}

.loader-overlay {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    overflow: hidden;
}

.loader-overlay .loader-content {
    position: relative;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.loader-overlay .loader-text {
    display: none;
    background-color: #fcb040;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    color: #ffffff;
}

.stream-alert {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.stream-alert .close {
    margin-left: 15px;
}

body > .stream-alert {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1100;
}

form#signin .btn-warning {
    color: #fff;
    background-color: #fcb040;
    border-color: #fcb040;
}

body a, body a:hover {
    color: #fcb040;
}

div.panel-body {
    text-align: center;
}

div.panel-body div.app {
    margin-bottom: 15px;
    font-size: 20px;
    color: #666;
}

div.panel-body a.account,
div.panel-body a.account:hover {
    text-decoration: none;
}

div.profile {
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    vertical-align:top;
}

div.profile .icon {
    font-size: 42px;
    background-color: #fff;
    color: #999;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
    width: 100px;
    display: inline-block;
-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.8);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.8);
}
div.profile .icon:hover {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
background-color: #fcb040;
color: #fff;
text-decoration: none;
}
div.profile h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0px;
}
div.profile.dist-pub h2 {
    padding-top: 0px;
}
div.profile.dist-pub small {
    display: block;
    padding-top: 15px;
}
div.profile h6 {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.copyright {
    font-size: 0.7em;
    color: #999;
    text-align: center;
    padding-top: 30px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#navbar-logo {
    height: 2.25rem;
}

#navbar-main {
    margin: 0;
    background-color: #2F2F2F
}

.navbar .btn {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: 0;
}

.navbar .btn-navbar-lg {
    padding: 5px 10px;
    font-size: 24px
}

.navbar .btn-navbar-lg .badge {
    font-weight: 300;
    font-size: 10px;
    vertical-align: top;
    margin-left: -10px
}

#list-message li a {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

#list-message li:last-child a {
    border-bottom: 0;

}

.line-height-1 {
    line-height: 1em;
}

#navbar-main .btn:focus,
#navbar-main .btn:hover,
#navbar-main .btn:active {
    background-color: transparent;
    border-color: transparent;
    background-color: rgba(0,0,0,0.1)
}

#form-search .form-control {
    border:0;
    border-radius: 18px 0 0 18px;
    /*width: 20rem*/
}

#form-search .btn-search {
    height: 36px;
    border:0;
    color: #363636;
    background-color: #fff;
    border-radius: 0 18px 18px 0;
}

#img-user {
    height: 36px;
    width: 36px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}

#media-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn-facebook {
    color: #efefef;
    background-color: #3b5998;
    border:0
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
    color: #fff;
    background-color: #4b67a1
}

.btn-twitter {
    color: #ffffff;
    background-color: #0F1419;
    border: 1px solid #0F1419;
}

.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter:focus {
    color: #ffffff;
    background-color: #0a0f12;
    border: 1px solid #0a0f12;
}

.btn-linkedin {
    color: #efefef;
    background-color: #007bb6;
    border:0
}

.btn-linkedin:hover,
.btn-linkedin:active,
.btn-linkedin:focus {
    color: #fff;
    background-color: #006699
}

.btn-stream {
    color: #efefef;
    background-color: #f39c12;
    border:0
}

.btn-stream:hover,
.btn-stream:active,
.btn-stream:focus {
    color: #fff;
    background-color: #f39c12
}

.border-orange {
    height: 4px;
    width: 100px;
    background-color: orange;
    display: block;
    margin-bottom: 5px;
}

.card-content a {
    color: #333
}

.card-content a:hover,
.card-content a:active,
.card-content a:focus {
    color: #222;
    text-decoration: none;
}

#nav-todays .nav-item .nav-link{
    color: #fff;
    background-color: #17a2b8;
    padding: 12px 16px;
    font-weight: bold;
    border-bottom: 1px solid #28b3c9;
}

#nav-todays .nav-item .nav-link:hover {
    background-color: #28b3c9;
}

#nav-todays .badge-pill {
    font-size: 10px;
    vertical-align: top
}

#nav-menu-mobile {
    position: fixed;
    left: 0;
    top:0;
    height: 100%;
    background-color: rgba(28,24,24, 0.98);
    z-index: 1100;
    display: none;
    color: #fff;
    box-shadow: 15px 0 15px -15px rgba(0,0,0,0.8);
}

#nav-menu-mobile a {
    color: #fff;
}

#nav-menu-mobile hr {
    border-color: #565656
}

.font-light {
    font-weight: 300;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.form-control.input-rounded {
    border-radius: 19px;
}

.arrow-up, navbar-dropdown:before {
    position: absolute;
    right: 12px;
    top:-8px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
    color: #fff;
    z-index: 1001;
}

label {
    margin: 0;
    line-height: 1em;
    /*font-weight: bold;*/
    /*font-size: 18px*/
}

#list-connect-menu li a {
    font-size: 22px;
    padding: 12px 0px;
    display: block;
    padding: 1rem 1rem;
}

#list-connect-menu li.active a {
    color: orange
}

#list-connect-menu li a:hover {
    text-decoration: none;
    background-color: #000
}

#list-connect-menu li a .fa {
    margin-right: 10px;
    font-size: 26px;
}

.a-normal {
    color: inherit !important;
}

.a-normal:hover,
.a-normal:visited,
.a-normal:focus {
    text-decoration: none;
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#btn-create-ln {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(236,50,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(236,50,94,1) 0%, rgba(252,142,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(236,50,94,1) 0%,rgba(252,142,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(236,50,94,1) 0%,rgba(252,142,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec325e', endColorstr='#fc8e00',GradientType=0 );
    text-align: center;
    color: #fff;

    vertical-align: middle;
    line-height: 30px;
}

#btn-create-ln .fa {
    line-height: 40px;
    vertical-align: middle;
    font-size: 18px !important;
}

.btn-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    vertical-align: middle;
    padding: 0;
}

.btn-rounded {
    border-radius: 19px;
}


.btn-primary {
    background-color: #1d5dbb !important;
}

.badge-danger {
    background-color: #ff5b79 !important;
}

.badge-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    vertical-align: middle;
    padding: 0;
    font-size: 13px;
    font-weight: 300
}

.badge-circle i {
    line-height: 20px;
    vertical-align: middle;
    font-size: 13px;
}

.badge-purple {
    background-color: #9b59b6
}

.badge-light-green {
    background-color: #2ecc71
}

#container-select-create {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.99);
    position: fixed;
    z-index: 1090;
    top: 0;
    left: 0;
    display: none;
}


/*
--------------------------------------------------------------------------------
Content CSS Settings
--------------------------------------------------------------------------------
*/

article p {
    font-size: 18px;
    font-weight: 300
}

@media (min-width: 576px) {

}


@media (min-width: 768px) {

}


@media (min-width: 992px) {
    #input-search {
        width: 275px;
    }
}
