h1
{
    font-size: 2em;
    font-weight: bold;
    color: #777777;
    margin: 40px 0px 70px;
    text-align: center;
}

#img
{
    width: 250px;
    height: 200px;
}

table
{
    margin: auto;
    
}


body .pancardmodel
{
    width: 560px;
    margin-left: -375px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}


.ui-autocomplete
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer;
    cursor: hand;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
h4 { 
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    background-color:transparent;
}
/*changes*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
     /*background:#3399FF !important;*/ /*background-color: #3399FF !important;*/
    color: white;
    border: none;
    /* display:block;*/
}

.ui-helper-hidden-accessible
{
    display: none;
}

.ui-autocomplete li
{
    background-color: White;
    border-radius: 3px;
    
}

.ui-autocomplete li:hover
{
    background-color: #3399FF;
    border-radius: 3px;
    
}

.ui-autocomplete li a
{
    text-decoration: none;
    font-weight: normal;
   
    
}
.ui-autocomplete li a:hover
{
    text-decoration: none;
   
}
#errorrmessage
{
    
    background-color:white;
    display:block;
    height: 170px;
    width: 350px;
    display:inline;
}

.tblborder
{
    border:1px solid #aaa;
}

.md-raised{
-webkit-box-shadow: 0 0 15px rgba(0,0,0, 1);
-moz-box-shadow: 0 0 15px rgba(0,0,0, 1);
box-shadow: 0 0 15px rgba(0,0,0, 1);
border:5px solid #fff;
}
.md-raised:hover
{
    -webkit-box-shadow: inset 1px 0px 16px 3px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    inset 1px 0px 16px 3px rgba(0, 0, 0, 0.75);
box-shadow:         inset 1px 0px 16px 3px rgba(0, 0, 0, 0.75);
}
textarea {
  min-height:65px !important;
}

.noresize {
  resize: none; 
}

.vresize {
  resize: vertical; 
}
  
.hresize {
  resize: horizontal;  
}  
html, body, .container {
  height: 100%;
}
textarea.form-control {
  height: 50%;
  
}
.marginleft
{
    margin-left:3%;
}

.selected {
    background-color:black;
    color:white;
    font-weight:bold;
}

 .error {
   color: red;
   font-size: 16px;
 }
    #scrollable-area
    {
         height: 335px;
    overflow-y: scroll; 
        
        }

    
    .new-board-btn {
    white-space: normal;
     
   
}