﻿body {
}

/*.vts{
    background-color:green;
    color:white
}*/

.myPointer {
    
}

.sortAtt{
    cursor: pointer;
}

.bs-red{
    background-color:#f2dede;
}

.bs-blue{
    background-color:#337ab7;
    color:white
}
.bs-green{
    background-color:#5cb85c;
}

#map {
    position: absolute;
    margin-top:50px;
    left: 0px;
    width: 100%;
    height:calc(100% - 50px);
    border: 1px solid black;
    background-color: black;
    padding: 0px;
}

.usrtd{
    width:50px;
}


/*table.b-Table tbody {
    display: block;
    height: calc(100vh - 200px);
    overflow: auto;
}

table.b-Table thead, tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.b-Table thead {
    width: calc( 100% - 1em )
}*/
