﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  display: none !important;
  line-height: 60px; /* Vertically center the text there */
}
.navbar-toggler
{
    display: none !important;
}


/*--------------------------------------------------------------*/


div.headerimage {
    float: left;
}
ul.links ul li.hide{
        display:none;
    }
ul.links ul li.active {
    opacity: 1;
    width:100%;
    

}
ul.links ul li {
    
}
ul.links {
    display: table;
    list-style-type: none;
    padding: 0;
    width: 90%;
    overflow: scroll;
}
li.heading {
    border: 1px solid #fff;
    font: 13px/20px Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    width: 100%;
    font-size: 1em;
    cursor:pointer;
}
li.toggleEx::before {
    content: "+";
    margin-right: 4px;
}
li.toggleCl::before {
    content: "-";
    margin-right: 4px;
}


ul.links ul{
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.links > li {
    float: left;
    padding: 1%;
    background-color: #428fec;
    color: #fff;
    /* width: auto; */
    font-size: 1.2em;
    /*width:auto;*/
    /*background-image: url(../images/buttonimage.png); 
    background-size: contain;
    border: 2px solid #e9385a;*/
    ;
}

    ul.links > li:hover {
        background-color: #1a3a67;
        cursor:pointer;
    }

    ul.links > li.selected {
        background-color: #ef4136;
    }
.portalname > a, .portalname > a:visited {
    color: #428bca;
   
    
}
li.portalname
{
    margin:2%;
    
}


div.search {
    border: 0px solid black;
    border-radius: 2%;
    margin-bottom: 2%;
}
    div.search input {
        width: 90%;
        height: 50px;
        border-radius: 10px;
        padding-left: 1%;
    }
    

ul {
    overflow: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
div.speechmain {
    display: flex;
}

    div.speechmain > div {
        flex: 1;
    }
/*div.speechtext {
    
    width: 30%;
    float:left;
}
div.speechicon {
    float: left;
}*/
#phraseDiv
{

}
img#startRecognizeOnceAsyncButton {
    height: 50px;
    top: 0;
    vertical-align: top;
}
.hidepopup {
    display:none;
}
.showpopup {
    opacity: 0.5;
    background: rgba(76, 175, 80, 0.1);
    height:100%;
    width:100%;
    top:0;
    z-index:1000;
    
}

/*----------Speech--------------*/


#statusDiv {
    display: none;
}
.container div
{
    margin-bottom:1%;
}
#phraseDiv
{
    height:300px;
    width:100%;
}
    

