﻿/************************************ 
    IDE
*************************************/

/* Main */

.ide-border {
    border-style: solid;
    border-width: 2px;
    border-color: cornflowerblue;
}

.ide-border-rounded {
    background-color: #ffffff;
    border-radius: 20px;
}

.ide-bg {
    background-color: #ffffff;
    color: #777777;
}

.ide-bg-color1 {
    background-color: #0094ff;
}

.ide-bg-color2 {
    background-color: #2278b6;
}

.ide-border-color1 {
    color: #0094ff;
}

.ide-border-color2 {
    border-color: #2278b6;
}

.ide-checkmark-color {
    color: #2bc21b;
}

.ide-exclaim-color {
    color: #ff0000;
}

.ide-pillbox-sm a {
    color: #777777 !important;
}

    .ide-pillbox-sm a:hover {
        color: #2278b6 !important;
    }

.ide-pillbox-selected {
    opacity: 1.0;
}

.ide-pillbox-not-selected {
    opacity: 0.5;
}

/*************************************/
.ide-small-font {
    font-size: 14px;
}

.ide-pillbox-sm {
    display: inline-block;
    font-size: 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    width: auto !important;
    padding: 2px 9px 2px 9px;
    margin-right: 2px;
}



.ide-tab-controls {
    width: auto;
    color: #777777;
    border-style: solid;
    border-width: 1px;
    border-color: cornflowerblue;
    border-radius: 20px;
    padding: 0px 10px 0px 10px;
    background-color: #ffffff;
    font-size: 15px;
}

.ide-notice-checkmark {
    color: #3eb504;
}

.ide-notice-error {
    color: #ff0000;
}

.ide-topbar-1 {
    background-color: #0094ff;
    color: #ffffff;
    line-height: 60px;
}

    .ide-topbar-1 a {
        color: #ffffff !important;
    }

        .ide-topbar-1 a:hover {
            color: #2278b6 !important;
        }

.ide-topbar-buttons-1 {
    text-align: center;
}

    .ide-topbar-buttons-1 a {
        margin-right: 5px;
        color: #2278b6 !important;
        border-color: #91d0fe;
        border-style: solid;
        border-width: 4px;
        display: block;
        border-radius: 25px;
        background-color: #ffffff;
        height: 43px;
        width: 43px;
    }

        .ide-topbar-buttons-1 a:hover {
            color: #000000 !important;
            background-color: #e3e3e3;
        }

.ide-sidebar {
    background-color: #91d0fe;
    color: #00477a;
}

.ide-sidbar-item {
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #047dd5;
    background-color: #42affd;
}

    .ide-sidbar-item a {
        color: #ffffff !important;
    }

        .ide-sidbar-item a:hover {
            color: #abdcff !important;
        }

.ide-progress-tick {
    height: 10px;
    width: 10px;
    margin-right: 1px;
    float: left;
}

.ide-editor {
    background-color: #eeeeee;
    color: #004798;
}

.ide-code-mirror {
    overflow-wrap: normal;
    overflow-y: hidden;
    width: 100% !important;
    border-style: solid;
    border-width: 1px;
    border-color: cornflowerblue;
    background-color: #ffffff;
}

    .ide-code-mirror a {
        color: #2278b6 !important;
        border-style: solid;
        border-width: 2px;
        border-color: #91d0fe;
        background-color: #ffffff;
        border-radius: 5px;
        padding: 2px 2px 2px 2px;
        margin-right: 5px;
        width: 35px;
        text-align: center;
    }

        .ide-code-mirror a:hover {
            color: cornflowerblue !important;
            background-color: #ffffff !important;
            color: #777777;
        }

.list-group-item {
    border-color: #047dd5;
}

a.list-group-item {
    background: #0094ff;
    color: #ffffff !important;
}

    a.list-group-item:hover {
        background: #7cc4f8;
        color: #ffffff !important;
    }

.ide-tab-selected {
    margin-bottom: 3px;
    margin-right: 5px;
    cursor: default;
}

    .ide-tab-selected a {
        padding: 5px 10px 5px 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #0094ff;
        border-bottom-style: none;
        background-color: #ffffff;
        cursor: default !important;
    }

.ide-tab-not-selected {
    margin-bottom: 3px;
    margin-right: 5px;
}

    .ide-tab-not-selected a {
        padding: 5px 10px 5px 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #0094ff;
        border-bottom-style: none;
        background-color: #e3e3e3;
    }

        .ide-tab-not-selected a:hover {
            background-color: #ffffff;
        }

/************************************ 
    Dialog
*************************************/
.ang-dialog {
}

    .ang-dialog a {
        color: #888888 !important;
    }

        .ang-dialog a:hover {
            color: #0863a5 !important;
        }

.ang-sm-font {
    font-size:14px;
}

.ang-dialog-font {
    font-family: font1;
    color: #777777;
}

.ang-dialog-title-bar-background {
    background: -moz-linear-gradient(90deg, rgba(60, 129, 222, 1) 0%, rgba(60, 129, 222, 1) 50%, rgba(39, 113, 212, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(60, 129, 222, 1) 0%, rgba(60, 129, 222, 1) 50%, rgba(39, 113, 212, 1) 100%);
    background: linear-gradient(90deg, rgba(60, 129, 222, 1) 0%, rgba(60, 129, 222, 1) 50%, rgba(39, 113, 212, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}

.ang-dialog-title-bar-font { /* Do not allow changing of font size */
    font-family: font1;
    font-weight: bold;
    color: #ffffff;
}

    .ang-dialog-title-bar-font a {
        color: #000000 !important;
    }

        .ang-dialog-title-bar-font a:hover {
            color: #777777 !important;
        }

.ang-dialog-bg {
    font-family: font1;
    color: #777777;
    background-color: #ffffff !important;
    border-style: none;
    border-width: 1px;
    border-color: #f2673a;
}

.ang-dialog-shadow {
    cursor: default;
    -webkit-box-shadow: 10px 10px 16px -8px rgba(0,0,0,0.45);
    -moz-box-shadow: 10px 10px 16px -8px rgba(0,0,0,0.45);
    box-shadow: 10px 10px 16px -8px rgba(0,0,0,0.45);
}

.ang-dialog-button-1 {
    font-family: font4;
    font-size: 25px;
    text-align: center;
    background-color: transparent; /* Always transparent.  bg-color is defined in <html> */
}

    .ang-dialog-button-1 a {
        font-size: 15px;
        display: block;
        border-style: solid;
        border-width: 1px;
        border-color: #b4b4b4;
        padding: 5px 5px 5px 5px;
        color: #000000 !important;
        background-color: #d3d3d3;
        border-radius: 5px;
    }

        .ang-dialog-button-1 a:hover {
            text-decoration: none;
            color: #ffffff !important;
            background-color: #777777;
            border-color: #777777;
        }

.ang-button-disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.ang-dialog-description {
    font-family: Didact Gothic; 
    margin-bottom: 20px;
    color: rgba(0,0,0,0.45);
    font-size: 19px;
    line-height: 19px;
}

/************************************ 
    Tip
*************************************/

.ang-tip-font {
    font-size: 14px;
    font-style: italic;
    color: #777777;
}

.ang-tip-border {
    border-color: #d3d3d3;
}

.ang-tip-warning {
    color: #777777;
}

.ang-tip-success {
    color: dodgerblue;
}

.ang-tip-error {
    color: #ff0000;
}

.ang-tip-info {
    color: darkorange;
}

/* Form */

.ang-form-label {
    font-size: 16px;
}

.ang-form-input {
    font-size: 15px;
}

.ang-form-info {
    font-size: 15px;
    color: #777777;
    font-style: italic;
}

.ang-form-directions {
    font-size: 15px;
    color: #777777;
    margin-bottom: 20px;
}

.ang-form-label-directions {
    font-size: 15px;
    color: #555555;
    margin-bottom: 5px;
}

.ang-form-section-title {
    font-size: 19px;
    font-weight: bold;
    color: #ff6a00;
}

/************************************ 
    Footer
*************************************/

.ang-footer {
    background-color: #2f2f2f;
    color: #ffffff;
}

    .ang-footer a {
        font-size: 13px !important;
        color: #ffffff !important;
    }

        .ang-footer a:hover {
            text-decoration: none !important;
            color: yellow !important;
            cursor: pointer !important;
        }

.ang-bottombar {
    background-color: #000000;
    font-family: font4;
    font-size: 12px;
    color: #ffffff;
}

    .ang-bottombar a {
        font-size: 15px;
        color: coral;
    }

        .ang-bottombar a:hover {
            color: #000000;
            cursor: pointer;
        }

/*********************************/
/* Signal-R Progressbar          */
/*********************************/

.signalr-progressbar-outter {
    width: 99%;
    border-color: #e3e3e3;
    border-width: 2px;
    border-style: solid;
    height: 30px;
    padding: 1px 1px 1px 1px;
}

.signalr-progressbar-inner {
    background-image: linear-gradient(to right, #67bcf1, #0e73b2);
    height: 24px;
}

.signalr-progressbar-line {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 5px 10px 5px;
}

.signalr-progressbar {
    width: 250px;
    background-color: #d5edfc;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    font-size: 13px;
    color: #777777;
}

.signalr-progressbar-text-1 {
    position: absolute;
    top: -25px;
    left: 65px;
    width: 50px;
    text-align: center;
    color: #0b5380;
    font-size: 13px;
    font-weight: bold;
}

.signalr-progressbar-text-2 {
    position: absolute;
    top: -25px;
    left: 65px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.signalr-progressbar-footer {
    border-radius: 5px;
    background-image: linear-gradient(#d5edfc, #c8e9fe);
    padding: 10px 10px 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.signalr-progressbar-header {
    color: #3e79a2;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}

.register-bg {
    display: inline-block;
    background-image: url("images/register-bg.png");
    background-repeat: no-repeat;
    background-position:right;
    background-size: cover;
    text-align: center;
    padding-top: 8px;
}

.get-started-section {
    width:300px;
    display:inline-block;
    height:87px;
}

    .get-started-section a {
        background-image: url("images/get-started-1.png");
        background-repeat: no-repeat;
        display: inline-block;
        height: 87px;
        width: 300px;
    }

        .get-started-section a:hover {
            background-image: url("images/get-started-2.png");
        }

.home-font-1 {
    font-family: 'Rajdhani';
}

.home-font-2 {
    font-family: 'Oswald';
}
.home-font-3 {
    font-family: 'Righteous';
}
.home-font-4 {
    font-family: 'Russo One';
}

.home-fg-1 {
    color: #06406e;
}

.home-fg-2 {
    color: #ffffff;
}

.home-fg-3 {
    color: #4990f0;
}

.home-bg {
    background-color: #4990f0;
}

.home-bg-2 {
    background-color: #4990f0;
}

.wanvas-typeface {
    font-family: 'Rajdhani';
}

.wanvas-typeface-1 {
    color: #4990f0;
    font-weight: bold;
}

.wanvas-typeface-2 {
    color: #888888;
}

.wanvas-typeface-3 {
    color: #f961c5;
}

.home-navbar {
    font-family: 'Rajdhani';
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    line-height: 50px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.home-sign-on {
    display: inline-block;
    font-family: 'Rajdhani';
    color: #06406e !important;
    border-style: solid;
    border-color: #88c74c;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    background-color:#ffffff;
}

    .home-sign-on a {
        font-size: 18px !important;
        color: #06406e !important;
        opacity: 1.0;
    }

        .home-sign-on a:hover {
            opacity: .8;
        }

.home-section-top-bottom-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.wanvas-logo {
    color: #4990f0;
    font-weight: bold;
}

.home-section-right {
    padding-left: 40px;
    padding-right: 40px;
}

.home-what-is-it-bg {
    background-image: url('/images/what-is-it-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    height: 500px;
}

.home-full-stack-bg {
    background-image: url('/images/full-stack-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
 
    background-position: top left;
    height: 500px;
}

.home-centered-text {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 50vh; /* Optional: Set a height to center in the vertical direction */
}

.home-footer {
    background-color: #7eaff2;
    padding-top: 40px;
    font-size: 20px !important;
    color: #ffffff;
}

.home-footer a {
    color:#ffffff !important;
    font-size:20px !important;
}

    .home-footer a:hover {
        opacity: .5;
    }

    .home-footer a:visited,
    .home-footer a:active,
    .home-footer a:focus {
        text-decoration: none;
    }

.home-reg-button {

}

    .home-reg-button a {
        display: inline-block;
        opacity: .9;
    }

        .home-reg-button a:hover {
            display: inline-block;
            opacity: 1.0;
        }

.home-hamburger-button {
        padding-right:20px;
}

    .home-hamburger-button a {
        color: #f5710f !important;
        display: inline-block;
        opacity: 1.0;
    }

        .home-hamburger-button a:hover {
            opacity: .7;
        }

.home-hamburger-menu {
    padding-right: 20px;
}

    .home-hamburger-menu a {
        color: #06406e !important;
        display: inline-block;
        opacity: 1.0;
    }

        .home-hamburger-menu a:hover {
            opacity: .7;
        }



 