﻿@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Roboto:light');
@import url('https://fonts.googleapis.com/css?family=Roboto:bold');

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top:50px;
    padding-bottom:20px;
    
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #1a1b1d;
    color:#FFFFFF;
}

.bodyPopup {
    background-color: #1a1b1d;
}

h1 {
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-weight: 900 !important;
}

h2 {
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-weight: 700 !important;
    font-size: 25px;
}

p {
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-weight: 300 !important;
}


.logInBoxWrapper h2
{
    color:#000;
}


.logInBoxWrapper p {
    color: #000;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/* ============ desktop view ============ */
.navbar .nav-item .dropdown-menu-dark {
    background-color: #212529;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu-dark {
        display: none;
    }

        .navbar .nav-item .dropdown-menu-dark li {
            list-style-type: none;
        }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu-dark {
        display: block;
        margin-top: 0px;
    }


    .navbar .nav-item .dropdown-menu-dark {
        margin-top: 0px;
        background-color: #212529;
    }
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    .navbar-nav {
        margin-top: 5px;
        height: 50px;

    }

    .navbar-brand
    {
        margin-top:10px;
        margin-bottom:5px;
    }

}
/* ============ desktop view .end// ============ */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #292e32 inset !important;
    -webkit-text-fill-color: white;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #292e32 inset !important;
        -webkit-text-fill-color: white;
    }

.form-control {
    min-width: 100% !important;
    margin-right: 30px;
    background-color: #292e32 !important;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #292e32 !important;
}


    .form-control:focus {
        color: #fff;
    }




body .btn-primary {
    background-color: #f6a343;
    border-color: #f6a343;
    color: #000;
    width:100%;
    max-width:220px;
    border-radius:5px;
}

    body .btn-primary:hover {
        border-color: #f68e16;
        background-color: #f68e16;
        color: #FFFFFF;
    }

    body .btn-primary:active {
        border-color: #f6a343;
        background-color: #f6a343;
        color: #000;
    }


    body .btn-primary:focus {
        border-color: #f6a343;
        background-color: #f6a343;
        color: #000;
        outline: none;
        box-shadow: none;
    }


body .btn-light {
    background-color: #212529;
    border-color: #212529;
    color: #FFF;
    
}

body .btn-light:hover {
    border-color: #292e32;
    background-color: #292e32;
    color: #FFFFFF;
}




.blackLinks:link {
    color: white;
}

/* visited link */
.blackLinks:visited {
    color: white;
}

/* mouse over link */
.blackLinks:hover {
    color: darkgray;
}

/* selected link */
.blackLinks:active {
    color: white;

}

.blacklinksactive {
    color: #f6a343!important;
    text-decoration: none;
}



.blackLinksBlack:link {
    color: black;
    text-decoration:none;
}

/* visited link */
.blackLinksBlack:visited {
    color: black;
}

/* mouse over link */
.blackLinksBlack:hover {
    color: darkgray;
}


.blacklinksBlack:active {
    color: #000 !important;
    text-decoration: none;
}


.orangeLinks:link {
    color: #f6a343;
    text-decoration: none;
}

/* visited link */
.orangeLinks:visited {
    color: #f6a343;
    text-decoration: none;
}

/* mouse over link */
.orangeLinks:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* selected link */
.orangeLinks:active {
    color: #f6a343;
    text-decoration: none;
}




.whiteLinks:link {
    color: #fff;
    text-decoration: none;
}

/* visited link */
.whiteLinks:visited {
    color: #fff;
    text-decoration: none;
}

/* mouse over link */
.whiteLinks:hover {
    color: #f6a343;
    text-decoration: none;
}

/* selected link */
.whiteLinks:active {
    color: #fff;
    text-decoration: none;
}

.redValidation
{
    color:red;
}

.logInBody {
    background: url(/images/logincover.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100vh;
}

.logInLogo
{
    max-width:250px;
}



.logInBoxWrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 10px;
    padding: 20px;
    margin: auto;
}

.logInBox{
    width:100%;
    margin:10px;
    text-align:center;
    padding-right:20px;
}

.grow {
    transition: transform .2s;
    width:100%;
    height:auto;
    border-radius:5px;
}

    .grow:hover {
        transform: scale(1.1);
    }

.lightBlock {
    width: 100%;
    background-color: #292e32;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 5px;
    color:#FFFFFF;
}

.checkbox.checkboxlist input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.checkbox.checkboxlist label {
    margin-bottom: 0;
    display: inline-block;
}

.checkbox label {
    margin-left: 10px;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.dashWrapper {
    background-color: #1a1b1d;
    color:#FFFFFF;
}

.dashboard h1 {
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-weight: 900 !important;
}

.dashboard h2 {
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-weight: 700 !important;
    font-size:25px;
}

.dashboard p {
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-weight: 300 !important;
}

.dashItemWrapper {
    background-color: #212429;
    border-radius:10px;
    width:100%;
    margin:5px;
    padding:20px 20px 20px 20px;

}

.dashLink:link, .dashLink:active, .dashLink:visited {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    color: #f6a343!important;
    text-transform:uppercase;
    text-decoration:none;
}

.dashLink:hover  {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    color: #FFFFFF!important;
    text-transform: uppercase;
    text-decoration: none;
}

.dashActionsWrapper {
    background-color: #31363c;
    color: #FFFFFF;
    margin: 5px;
    padding: 10px 10px 10px 10px;
    text-align:left;
}

.dashActionsIcon {

    color: #f6a343 !important;
    font-size:20px;
    margin:10px;
  
}



.dashTable {
    width: 100%;
}
.dashTable td
{
    padding:5px;
}

.dashPodcastImage
{
    width:100%;
    height:auto;
    padding:20px;
    max-width:250px;
}

.iconColor {
    color: #f6a343!important;
}

.progressDark {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000;
    opacity: 0.7;
}



/*embed style*/

#embedDiv, #embedDiv1, #embedDiv2, #embedDiv3, #linkDiv, #linkDivHls, #countdownEmbed {
    background-color: #292e32 !important;
    word-break: break-all;
}

input[type='checkbox'], input[type='radio'] {
    accent-color: #f6a343;
}


.dropzone {
    background-color: #FFFFE0 !important;
    border: 2px dashed #292e32!important;
    margin: 0px;
}


.gvLanguageItem {
    background-color: #292e32;
    color: #fff;
    height: auto;
    vertical-align: top;
    padding-top: 10px;
    border-style:dashed;

   
}

.RadGrid_Glow,
.RadGrid_Glow .rgMasterTable,
.RadGrid_Glow .rgDetailTable,
.RadGrid_Glow .rgGroupPanel table,
.RadGrid_Glow .rgCommandRow table,
.RadGrid_Glow .rgEditForm table,
.RadGrid_Glow .rgPager table,
.RadGrid_Glow table,
div.RadGrid_Glow {
    background-color: #292e32;
}

    .RadGrid_Glow .rgHeaderDiv,
    .RadGrid_Glow .rgHeader,
    .RadGrid_Glow th.rgHeader,
    .RadGrid_Glow .rgFilterRow td,
    .RadGrid_Glow .rgPager,
    .RadGrid_Glow .rgPagerCell div {
        background-color: #212429;
    }

        .RadGrid_Glow .rgFilterRow td .rgFilterBox {
            background-color: #292e32;
        }
