    body{
      font-family: 'Font Sans', sans-serif !important;
      font-size: 11pt;
      line-height: 2 !important;
    }

    #wrapper #content-wrapper {
      padding-bottom: 20px !important;
    }

    .userName{
      color:#fff;
      font-size: 13px;
    }

    .pull-right{
      position: absolute;
      right:24px;
    }

    .card{
      /*margin-left:-15px;*/
      /*font-size: 11pt;*/
    }

    .table-container{
      margin-left: -15px;
      width:103%;
      border: 1px solid #ddd;
      padding: 5px;
      overflow: auto;
      height: 490px;
      background: #fff;
      /*transition: all ease 0.5s;*/
    }

    .sidebar{
      transition:  all ease 0.5s;
    }

    .full-screen{
      z-index: 100;
      width: 100%;
      position: absolute;
      left: 15px;
      top: 0px;
      height: 100%;
      transition: all ease 0.3s;
    }

    #expand{
      position: fixed;
      right:-14rem;
      z-index: 2

    }

    #expand.win-small{
      position: fixed;
      right:18px;
      bottom:17px;
      display: none;
    }

    .button{
      border: 1px solid #ddd;
      background: #fff;
    }

    .dt-buttons{
      width: 50%;
      bottom: 17px;
      display: none;
    }

    #sidebarToggle{
      background: none;
      border:none;
    }

    .select-form-control{
      height: 50px;
    }

    .form-label-group .select-form-control-label{
      text-align: center;
      font-size: 12px;
      color:#777;
      padding-top:2px;
    }


    .toolbar button{
      border: 1px solid #ddd;
      background: #fff;
      margin-right: 10px;
    }

    .toolbar{
      background: #dedede !important;
      padding: 0.75rem 1rem;
    }

    .btn.btn-xs{
      /*padding: 1px 5px;*/
        font-size: 12px;
        line-height: 1.5;
        border-radius: 4px;
       /* border: 1px solid #555;*/
    }

    .placeholder.show{
      display: block;
      transition: all ease 0.1s
    }

    .placeholder{
      display: none;
      transition: all ease 0.1s
    }

    .back{
      cursor: pointer;
      width:80px;
      padding-left: 8px;
      margin-bottom: 15px;
    }

    .back:hover{
      border: 1px solid #555;
      border-radius:10px;

    }

    .number{
      min-width: 100px !important;
      width: 100px !important;
      text-align: right !important;
    }

    table.selectable tr{
      cursor: pointer !important; 
      transition: all ease 0.5s;
      text-align: center;
    }

    /*table.selectable thead tr:hover{
      background:#007bff;
    }*/

    table.selectable tbody tr:hover{
      background:#f5f5f5;
      color:#000;
    }

    .table-override tr th{
      background-color: #dedede !important;
      color: #000;
      text-align: center !important;
      font-weight: bold !important;
      
    }

    .primary_id{
      color: #555;
      margin-bottom: 10px;
    }

    .hide-col{
      display: none !important;
    }

    .over-flow{
      overflow: auto;
    }

    .sub-table tr th{
      font-size:12px;
    }

    .sub-table tr td{
      font-size:12px;
    }

    span.btn{
      border: 1px solid #777;
      background: #fff;
    }

    div.btn{
      border: 1px solid #ddd;
    }

    label.btn-default{
      background:#ccc;
    }

    .btn-holder{
        height: 50px;
        width: 100% !important;
        background: rgba(255, 255, 255, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: right;
        box-shadow: 1px 1px 1px #000;
        padding-right: 10px;
        padding-top: 7px;
    }

    .btn-round{
      border-radius: 100%;
        border: 1px solid #777;
        background: #fff;
    }

    .btn-holder button{
      margin-left: 10px;
    }

    .btn-round:hover{
      background: #007bff;
      color:#fff;
    }

    .dropdown-item{
      font-size:12px;
    }

    .sidebar{
      background-color: #0B62A6;
      width: 184px !important;
    }



    .sidebar .nav-item .nav-link{
      color: #fff;
      padding-left: 15px!important;
    }

    .nav-url{
      width: 100% !important;
    }


    .dropdown-menu2{
      background-color: #0B62A6 !important;
      color: #fff;
      border: none;
    }

    .dropdown-menu2 .dropdown-item{
      color: #fff;
    }

    .dropdown-item.active{
      font-weight: bold;
    }

    .nav-item.active .nav-link{
      padding: 5px 5px 5px 16px;
      border-radius: none !important;
    }

    .nav-item .nav-link{
      padding: 5px !important;
    }

    .navbar{
      padding: 0px 20px;
    }

    .sidebar .nav-item .nav-url span {
      font-size: 12px;
    }

    .sidebar .nav-item .nav-link{
      /*padding-left:1rem;
      padding-right:1rem;*/
      /*padding-top:10px;
      padding-bottom:10px;*/
    }

    .dropdown-toggle:hover{
  
    }