/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 17, 2020, 10:04:44 AM
    Author     : mutemi
*/
:root {
  --main_use_color_custom:  #677bbb;  
}

canvas {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
        
        #search_full_list{
        list-style: none;
        position:absolute;
        z-index: 100;
        margin:0;
        background: #fff;
        
      }
      

      #search_full_list li{
        background:white;
        padding: 10px;
        margin-bottom: 1px;
        border-bottom: 1px solid  #e4e4e4;
        font-size: 12px;
        
      }     

      #search_full_list li a{
        color: #1a2d4b;
      } 
      
       #search_full_list li a:hover{
        color: #277ba8;
      }  
      #search_full_list li:nth-child(even){
       background:white;
      }

      #search_full_list li:hover{
       cursor: pointer;
       color:  #277ba8;
      }
            .my_horizontal_boss
             {
                 background-color:  var(--main_use_color_custom); 
                 list-style-type: none;
                 margin: 0; 
                 padding: 0;
                 overflow: hidden;
             }

             .horizontal_pleb {
               float: left;
             }

             .horizontal_pleb a {
               display: block;
               color: white;
               text-align: center;
               padding: 14px 16px;
               text-decoration: none;
             }

             .horizontal_pleb a:hover:not(.active) {
                color: #FFFFFF;
                 opacity: 1;
                 background: rgba(255, 255, 255, 0.23);
             }

             #active {
                 color: #FFFFFF;
                 opacity: 1;
                 background: rgba(255, 255, 255, 0.23);
             }
             
             
           


        

        .my_horizontal_boss a {
          float: left;
          font-size: 14px;
          color: white;
          text-align: center;
          padding: 14px 16px;
          text-decoration: none;
        }

        .dropdown {
          float: left;
          overflow: hidden;
          position: absolute;
        }

        .dropdown .dropbtn {
          font-size: 14px;  
          border: none;
          outline: none;
          color: white;
          padding: 14px 16px;
          background-color: inherit;
          font-family: inherit;
          margin: 0;
          color: #1F77D0 !important;
          background-color: #fff !important;
        }

        .my_horizontal_boss a:hover, .dropdown:hover .dropbtn {
          background-color: red;
        }

        .dropdown-content {
          display: none;
          position: absolute;
           background-color: #fff !important;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          
        }

        .dropdown-content #active{
             background-color:   var(--main_use_color_custom) !important;
             
             color:  #ffffff !important;
        }

        .dropdown-content a {
          float: none;
          color: #1F77D0 !important;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: left;
          
        }
        

        .dropdown-content a:hover {
          background-color: #ddd;
        }

        .dropdown:hover .dropdown-content {
          display: block;
          position: relative;
        }
        
        .money_format_class 
        {
          color: #0000FF !important;
          font-weight: bold !important;
        }