.highlight{
    color: #259AE1;
}

.pull-right{
    float: right;
    clear: both;
}


.rounded{
  border-radius: 5px;
}

fieldset{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #259AE1;
}

fieldset legend {

    padding: 10px;
 
}
.custom-select select {
    outline: none;
    border-radius: 5px;
    background-color: #ccc;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    font-size: 89%;
}
.custom-select option {color:#6666;font-weight:bold; padding:5px}
.custom-select option:hover {color:blue}
.custom-select option {border:1px solid green}
.custom-select .inline{ display: inline;}

.point-cursor{
    cursor: pointer;
}

.depth{
    padding: 1px;
    cursor: pointer;
    border: #259AE1 1px solid;
}

.table{
    width:100%;
    font-size: 12px;
    border-collapse:collapse!important;
    background-color:#fff!important
  }
  
  .table thead{
    border-bottom: 1px solid rgb(236, 236, 236);
  }
  
  .table thead th{
    padding:3px;
    text-align:left;
  }

  .h1{
    font-size: 30px; 
    padding-left: 10px;
  }

  .pointer{
    cursor:pointer;
  }
  