.trunc{
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.panel-heading{
    text-align:center;
}
.form-control-red{
    background-color:red;
}
.back-btn{
    margin:4px;
    height:30px;
    width:35px;
}
.operator_link{
    color:steelblue;
}
.panel{
    border-color: lightsteelblue;
}
.navbar{
    border-color: lightsteelblue;   
}
.operator_link:hover{
    color:steelblue;
    text-decoration:underline;

}
.btn-hover-add{
    border:1px solid gray;
}
.btn-hover-delete{
    border:1px solid gray;
}
.btn-hover-edit{
    border:1px solid gray;
}
.btn-hover-add:hover{
    color: #0A0;
    border:1px solid #0A0;
}
.btn-hover-delete:hover{
    color:red;
    border:1px solid red;
}
.btn-hover-edit:hover{
    color: #00b3ee;
    border:1px solid #00b3ee;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 50px;
}
.main{
    margin-top:70px;
}



a{
    color:#404040;
}
a:visited{
    color:#404040;
}
a:hover{
    color:#404040;
    font-weight:bold;
    text-decoration:none;
}

.panel-title{
    color: #404040;
}


#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 13px; /* Increase font-size */
}

#myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 13px; /* Add padding */
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #ccebff;
}