/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
html,
body {
    height: 100%;

}

body {
    /*padding-top: 50px;*/
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;

    color: #b4bec2;
    background-color: #343a40;
}
#content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; 
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    
    position: relative;
    min-height: 100vh;
}


.panel {
    color: #b4bec2;
    background-color: #343a40;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #737a7d;
}
    .panel > .panel-heading {
        background-color: #b4bec2;
    }
.well {
    color: #b4bec2;
    background-color: #343a40;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #737a7d;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
.carousel-indicators {
    bottom: -5px;
}
/*.carousel-inner {
    margin-bottom: 50px;
}*/

/* QR code generator */
#qrCode {
    margin: 15px;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail {
    height: 100%;
    background: #626d78 !important;
    border: 1px solid #ddd;
    border-color: #626d78;
}

    .thumbnail:hover {
        color: #b4bec2;
        /*background-color: #7b8c94 !important;*/
        border-color: #b4bec2;
    }

#thumbnailColumn {

    margin-bottom: 20px;
}












.toolbar {
    /*min-width: 768px*/
    /*margin-left: 15px;
    margin-right: 15px;*/
    /*margin: 0 auto;*/
    margin-top: 52px;
    /*display: table;
    table-layout: fixed;
    float:none;*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    /*max-height: 50px;*/

}



.divider-vertical-second-menu {
    height: 40px;
    width: 1px;
    margin: 5px 5px;
    overflow: hidden;
    background-color: #b4bec2;
    border-right: 2px solid #b4bec2;
    
}




.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*does not work on collapse*/
}


/*added the following form  connect nav / navbar*/ 
.navbar-header img {
    height: 50px;
    width: 91.3px;
    margin: 0;
}

.navbar-container {
    /*position: relative;
    border: 1px solid;*/
    /*background: black;*/
}

.navbar-header button span {
    color: black;
    background-color: green;
}

@media screen and (min-width:768px) {
    form.navbar-form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
    }
}







.navbar-inverse.nav-upper {
    height: 50px;
}

    .navbar-inverse.nav-upper ul {
        float: right;
        display: table;
    }

    .navbar-inverse.nav-upper .navbar-upper > li {
        display: table-cell;
        font-size: 14px;
    }

        .navbar-inverse.nav-upper .navbar-upper > li > a {
            color: #777;
        }




@media (min-width: 768px) {
    .navbar.navbar-lower .navbar-nav {
        /*margin-left: 100px;*/
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.navbar-logo {
    background-image: url(/images/connectApp2.JPG );
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1051;
    border-radius: 4px;
}



















.lowertoolbar {
    margin-top: 50px;

}

.body-connect {
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100% !important;
    color: #b4bec2;
    background-color: #343a40;
    height: 100%;
    /*position: relative;
    min-height: 100vh;*/
}
.body-connect-toolbar {
    padding-top: 3px;
    position: fixed;
    height: 100%;
}


.body-connect-content {
    /*Padding below connect-toolbar*/
    padding-top: 0px;
    padding-bottom: 2px; /*modify for footer display*/
    padding-right: 0px;
    padding-left: 0px;
    width: 100% !important;
    color: #b4bec2;
    background-color: #343a40;
    border-color: #343a40;
    overflow: auto;
    height: 100%; /*scroll bar will be active*/
}












.btn.btn-default1 {
    /*color: #b4bec2;
    background-color: #343a40;
    border-color: #343a40;
    padding: 2px 24px;*/
    /*transition-duration: 0.4s;*/
    width: 120px !important;
    /*text-align: center;
    vertical-align: middle;*/
}






.btn.btn-success {
    color: #b4bec2;
    background-color: #343a40;
    border-color: #343a40;
    padding: 2px 24px;
    /*transition-duration: 0.4s;*/
    width: 150px !important;
    text-align: center;
    vertical-align: middle;
}

.btn.btn-success:hover {
    color: #b4bec2;
    background-color: #23272b;
    border-color: #b4bec2;
}

    .btn.btn-success:focus, .btn.btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

.btn.btn-success.disabled, .btn.btn-success:disabled {
    color: #b4bec2;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn.btn-success:not(:disabled):not(.disabled):active,
    .btn.btn-success:not(:disabled):not(.disabled).active {
        color: #b4bec2;
        background-color: #1d2124;
        border-color: #171a1d;
    }

.show > .btn.btn-success.dropdown-toggle {
    color: #b4bec2;
    background-color: #1d2124;
    border-color: #171a1d;
}

    .show > .btn.btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

.btn.btn-success:not(:disabled):not(.disabled):active:focus,
.btn.btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    /*82, 88, 93, 0.5*/
}







.btn.btn-success1 {
    color: #b4bec2;
    background-color: #343a40;
    border-color: #343a40;
    padding: 2px 24px;
    /*transition-duration: 0.4s;*/
    width: 170px !important;
    text-align: center;
    vertical-align: middle;
}

    .btn.btn-success1:hover {
        color: #b4bec2;
        background-color: #23272b;
        border-color: #b4bec2;
    }

    .btn.btn-success1:focus, .btn.btn-success1.focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

    .btn.btn-success1.disabled, .btn.btn-success1:disabled {
        color: #b4bec2;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn.btn-success1:not(:disabled):not(.disabled):active,
    .btn.btn-success1:not(:disabled):not(.disabled).active {
        color: #b4bec2;
        background-color: #1d2124;
        border-color: #171a1d;
    }

.show > .btn.btn-success1.dropdown-toggle {
    color: #b4bec2;
    background-color: #1d2124;
    border-color: #171a1d;
}

    .show > .btn.btn-success1.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

.btn.btn-success1:not(:disabled):not(.disabled):active:focus,
.btn.btn-success1:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    /*82, 88, 93, 0.5*/
}





.btn.btn-success2 {
    color: #b4bec2;
    background-color: #343a40;
    border-color: #b4bec2;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    /*transition-duration: 0.4s;*/
    width: 100px !important;
    height: 45px !important;
    text-align: center;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .btn.btn-success2:hover {
        color: #b4bec2;
        background-color: #23272b;
        border-color: #b4bec2;
    }

    .btn.btn-success2:focus, .btn.btn-success2.focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

    .btn.btn-success2.disabled, .btn.btn-success2:disabled {
        color: #b4bec2;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn.btn-success2:not(:disabled):not(.disabled):active,
    .btn.btn-success2:not(:disabled):not(.disabled).active {
        color: #b4bec2;
        background-color: #1d2124;
        border-color: #171a1d;
    }

.show > .btn.btn-success2.dropdown-toggle {
    color: #b4bec2;
    background-color: #1d2124;
    border-color: #171a1d;
}

    .show > .btn.btn-success2.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

.btn.btn-success2:not(:disabled):not(.disabled):active:focus,
.btn.btn-success2:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    /*82, 88, 93, 0.5*/
}





















.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs {
    text-align: center;
    border-bottom: 2px solid #b4bec2; /*remove divider set 2px to 0px*/
    /*border-bottom: 0px solid #b4bec2;*/ /*add divider set 0px to 2px*/
}
.nav-tabs > li.active > a {
    color: #343a40;
    font-size: 14px;
}

.nav-tabs > li > a {
    color: #b4bec2;
    font-size: 14px;
    background-color: #343a40; /*nav-tab color change*/
}

.nav.nav-tabs li> a {
    border-right: 1px solid #b4bec2;
    border-left: 1px solid #b4bec2;
    border-top: 1px solid #b4bec2;
    border-bottom: 1px solid #b4bec2;
}






/* horizontal panel*/
.splitter {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
    padding: 5px;

}

#seperator {
    cursor: col-resize;
    background: url(/images/panelGripResize.png ) center center no-repeat #535353;
    width: 10px;
    min-height: 550px;
    min-width: 8px;

}

#first {
    cursor: auto;
    padding: 0px;
    width: 300px; /*control start width*/

    min-width: 150px;
    color: #b4bec2;
    background-color: #343a40;

}

#second {
    cursor: auto;
    padding: 0px;
    width: 100%;
    min-height: 550px;
    min-width: 200px;
    color: #b4bec2;
    background-color: #343a40;
    overflow: hidden; 

}



.second_main {
    padding: 2px;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    color: #b4bec2;
    background-color: #343a40;
}



/*table setup*/

.toolnav-container {
    display: table;
    width:100%;
    border-spacing: 0px;
    padding-top:0px;
}
.toolnav-item.prime {
    /*display: table-cell;*/
    text-align: center;
    width: 20%;
}

.toolnav-item {
    display: table-cell;
    width: 80%;
    padding: 3px;
}

.toolnav-item.last {
    border-left: 1px solid #5fc583;
}

.toolnav_first {
    padding: 5px;
    color: #b4bec2;
    background-color: #343a40;
    /*border info*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 1px groove #b4bec2;
    border-top: 1px groove #b4bec2;
    border-left: 1px groove #b4bec2;
    border-right: 1px groove #b4bec2;
    /*align info*/
    width: 100% !important;
    min-height: 550px;

}

.toolnav_second {
    padding: 5px;
    color: #b4bec2;
    background-color: #343a40;
    /*border info*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 1px groove #b4bec2;
    border-top: 1px groove #b4bec2;
    border-left: 1px groove #b4bec2;
    border-right: 1px groove #b4bec2;
    /*align info*/
    width: 100% !important;
    min-height: 550px;
}


.portfolio-table {
    /*word-wrap: break-word;*/
    display: block;
    overflow: auto;
}











/*.row.no-gutter {
    margin-left: 1px;
    margin-right: 1px;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 1px;
        padding-left: 1px;
    }*/



/*tools buttons*/
.btn.btn-tools {
    color: #b4bec2;
    background-color: #6c6f73;
    border-color: #6c6f73;
    padding: 2px 12px;
    /*transition-duration: 0.4s;*/
    width: 70px !important;
    text-align: center;
    vertical-align: middle;
    margin-top: 6px;
}

    .btn.btn-tools:hover {
        color: #b4bec2;
        background-color: #23272b;
        border-color: #b4bec2;
    }

    .btn.btn-tools:focus, .btn.btn-tools.focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

    .btn.btn-tools.disabled, .btn.btn-tools:disabled {
        color: #b4bec2;
        background-color: #6c6f73;
        border-color: #6c6f73;
    }

    .btn.btn-tools:not(:disabled):not(.disabled):active,
    .btn.btn-tools:not(:disabled):not(.disabled).active {
        color: #b4bec2;
        background-color: #1d2124;
        border-color: #171a1d;
    }

.show > .btn.btn-tools.dropdown-toggle {
    color: #b4bec2;
    background-color: #1d2124;
    border-color: #171a1d;
}

    .show > .btn.btn-tools.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    }

.btn.btn-tools:not(:disabled):not(.disabled):active:focus,
.btn.btn-tools:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(180,190,194,1);
    /*82, 88, 93, 0.5*/
}












* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}




#carousel-custom {
    margin: 20px auto;
    width: 600px;
}

    #carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }

        #carousel-custom .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

            #carousel-custom .carousel-indicators li img {
                display: block;
                opacity: 0.5;
            }

            #carousel-custom .carousel-indicators li.active img {
                opacity: 1;
            }

            #carousel-custom .carousel-indicators li:hover img {
                opacity: 0.75;
            }

    #carousel-custom .carousel-outer {
        position: relative;
    }



/*body {
    padding-top: 20px;
}*/

#Carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
    #Carousel .carousel-control {
        height: 40px;
        width: 40px;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        margin-top: 105px;
    
    }


    #Carousel .carousel-control-left {
        left: -12px;
    }


    #Carousel .carousel-control-right {
        right: -12px;
    }

/* The indicators */
#Carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom:10px;
    margin-right: -19px;
}
    /* The colour of the indicators */
    #Carousel .carousel-indicators li {
        background: #343a40;
    }

    #Carousel .carousel-indicators .active {
        background: #b4bec2;
    }

    /*#Carousel .carousel-indicators li img {
        display: block;
        opacity: 0.5;
    }

    #Carousel .carousel-indicators li.active img {
        opacity: 1;
    }

    #Carousel .carousel-indicators li:hover img {
        opacity: 0.75;
    }*/


/*MultiSelect DropDown*/
/*
div#content {
    background: white;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    margin: 0 auto;
    padding: 40px 50px 40px;
    width: 738px;
}
div.side-by-side {
    width: 100%;
    margin-bottom: 1em;
}

    div.side-by-side > div {
        float: left;
        width: 49%;
    }

        div.side-by-side > div > em {
            margin-bottom: 10px;
            display: block;
        }

.faqs em {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*/










