

   nav .navbar-nav li a {
    color: white !important;
   }

   .nav-pills .nav-link.active,
     .nav-pills .show>.nav-link {
       color: #fff !important;
       background-color: #FF6B00;
     }
     input[type=checkbox],input[type=radio]
     {
       width:20px!important;
       height:20px!important;
     }

     .btn {
       border-radius : 2px;
       cursor : pointer
     }

       .btn-primary
       {

         background-color: #002F87 !important;
         border-color:  #002F87 !important ;
       }

       .btn-secondary
       {

        background-color: #2F4F4F !important;
       }

      .btn-success
      {

        background-color: #3CB371 !important;
      }

      .btn-warning
      {

        color: #fff;
      }

      .btn-danger
      {

        background-color: #be4d25 !important;
      }

      .btn-info
      {

        background-color: #90caf9 !important;
        color : #000;
      }


      .bg-primary
      {

        background-color: #1976D2 !important;
      }

      .bg-secondary
      {

       background-color: #2F4F4F !important;
      }

     .bg-success
     {

       background-color: #3CB371 !important;
     }

     .bg-warning
     {

       color: #fff;
     }

     .bg-danger
     {

       background-color: #be4d25 !important;
     }

     .bg-info{

       background-color: #002F87 !important;

     }

     .text-primary
      {

        color: #1F3D7D !important;
      }

      .text-warning
      {

        color: #FF6B00 !important;
      }

      .text-dark
      {

        color: #333333 !important;
      }

      .text-danger
     {

       color: #be4d25 !important;
     }

     .text-success
     {

       color: #3CB371 !important;
     }

     .text-info
     {

       color: #90caf9 !important;
     }





