
		#myid {
        font-size: 2vh;
        /*color:black;*/
        float: right;
        padding-top: 10px;
        padding-right:13px;
}
          

            .dropdown-menu {
                height: auto;
                overflow-y: auto;
                min-width: 9rem !important;
            }

            .search {
                top: 115px;
                left: 496px;
                margin: 0 0 0 600px;
                width: 200px;
                height: 35px;
            }

            .header1 {
                padding-right: 75px;
                padding-left: 0;
                width: 100%;
            }

     

            #myid_one {
                /*color: black;*/
                font-size: 0.8rem;
                padding-left: 50%; /*changed*/
                position: absolute;
                top: 16%;
            }


            #HomeButton {
                position: absolute;
                top: 29%;
                left: 3.5%;
                z-index: 50;
            }
        #HomeButton:hover {
            /*display: inline-block;*/
            transform:scale(1.1);
            transition-duration: 1.5s;
            box-shadow: 3px 3px 5px 3px #bfbfbf;
        }
               #buffer {
                position: absolute;
                top: 44%;
                left: 3.2%;
                z-index: 50;
                background-color: gray;
                padding: 3px 5px;
                border-radius: 7px;
            }
        #buffer:hover {
            transform:scale(1.1);
            transition-duration: 1.5s;
            box-shadow: 3px 3px 5px 3px #bfbfbf;
        }
         #print_button {
                position: absolute;
                top: 37%;
                left: 2.6%;
                z-index: 50;
                background-color: gray;
                padding: 3px 4px;
                border-radius: 7px;
            }
        #print_button:hover {
            /*transform:scale(1.1);*/
            transition-duration: 1.5s;
            box-shadow: 3px 3px 5px 3px #bfbfbf;
        }
       .measure:hover {
            transform:scale(1.1);
            transition-duration: 1.5s;
            box-shadow: 3px 3px 5px 3px #bfbfbf;
        }
            .col-xs-15,
            .col-sm-15,
            .col-md-15,
            .col-lg-15 {
                position: relative;
                min-height: 1px;
                padding-right: 10px;
                padding-left: 10px;
            }

            .col-xs-15 {
                width: 100%;
                float: left;
            }

            @media (min-width: 768px) {
                .col-sm-15 {
                    width: 20%!important;
                    float: left;
                }
            }

            @media (min-width: 992px) {
                .col-md-15 {
                    width: 20%!important;
                    float: left;
                }
            }

            @media (min-width: 1200px) {
                .col-lg-15 {
                    width: 20%!important;
                    float: left;
                }
            }
            .col-xs-14,
            .col-sm-14,
            .col-md-14,
            .col-lg-14 {
                position: relative;
                min-height: 1px;
                padding-right: 10px;
                padding-left: 10px;
            }

            .col-xs-14 {
                width: 100%;
                float: left;
            }

            @media (min-width: 768px) {
                .col-sm-14 {
                    width: 14.28%;
                    float: left;
                }
            }

            @media (min-width: 992px) {
                .col-md-15 {
                    width: 14.28%;
                    float: left;
                }
            }

            @media (min-width: 1200px) {
                .col-lg-15 {
                    width: 14.28%;
                    float: left;
                }
            }

            .dijitValidationTextBoxError input.dijitValidationInner, .dijitSelect input, .dijitTextBox input.dijitArrowButtonInner {
                text-indent: 0em !important;
                background: none !important;
            }
            .claro .dijitSelect .dijitArrowButton {
                background-color: rgba(255, 255, 255, 0) !important;
            }
            .dijitButtonNode {
                border: 1px solid white;
            }

            .dijitSelect .dijitButtonContents {
                border-width: 0px;
            }




        table.stat_table th {
            /*border : 1px solid black;*/
            border-collapse: collapse;
            height: 30px;
            background-color: #7b6678;
            color: white;
            font-size: 13px;
            text-align: left;
            padding: 3px;
        }

        table.stat_table td {
            /*border : 1px solid black;*/
            border-collapse: collapse;
            font-size: 13px;
            color: black;
            width: 147px;
            padding: 3px;
        }

        table.stat_table tr:nth-child(even) {
            background-color: #f0e9ee;
        }

        table.stat_table tr:nth-child(odd) {
            background-color: #e5efe9;
        }

        .statcontainer {
            padding: 0px;
            margin: 0px;
        }

        .statnav > li > a {
            position: relative;
            display: block;
            padding: 5px 10px;
        }

        .sumnav > li > a {
            position: relative;
            display: block;
            padding: 5px 10px;
        }

        .tabactive {
            border-radius: 4px;
            color: orange;
            border: 1px solid #37d2da;
            background-color: #37d2da;
            color: white;
        }
      
       
        #srch_list option:hover {
            background:#a9fd5c;
            color: #e61ae0;
            font-size: 15px;
            font-weight: bold;
            /*transform: scale(1);
            transition-duration: 1.5s;*/
        }