﻿.um-map-table {
    width: 100%;
    /* border: 1px solid black; */
}
.um-map-header {
    
    text-align: center;
    font-weight: bold;
}

.um-map-center {
    text-align: center;
}

.um-map-row-head {
    font-weight: normal;
	font-size:15px;
}

.um-map-row-data {
    font-weight: bold;
	color: darkblue;
}

.btn-gray {
    cursor: pointer;
    background-color: #cccccc;
    color: black;
    /* text-decoration: underline; */
    padding: 4px 20px;
    outline: 0;
    border-width: 0 0 0px;
    border-radius: 10px;
    font-family: 'ChickenKhear';
    font-size: 16px;
}
    .btn-gray:hover {
        background-color: #999999;
    }

.btn-black {
    cursor: pointer;
    background-color: #44546A;
    color: white;
   
    padding: 4px 20px;
    outline: 0;
    border-width: 0 0 0px;
    border-radius: 10px;
    font-family: 'ChickenKhear';
    font-size: 16px;
}

    .btn-black:hover {
        background-color: #333333;
    }

.btn-blue {
    cursor: pointer;
    background-color: #4472C4;
    color: white;
    /*text-decoration: underline;*/
    padding: 4px 20px;
    outline: 0;
    border-width: 0 0 0px;
    border-radius: 10px;
    font-family: 'ChickenKhear';
    font-size: 16px;
}
    .btn-blue:hover {
        background-color: #4472ff;
    }

.btn-yellow {
    cursor: pointer;
    background-color: #FFC000;
    color: black;
    /*text-decoration: underline;*/
    padding: 4px 20px;
    outline: 0;
    border-width: 0 0 0px;
    border-radius: 10px;
    font-family: 'ChickenKhear';
    font-size: 16px;
}
    .btn-yellow:hover {
        background-color: #FFCC11;
    }

.btn-green {
    cursor: pointer;
    background-color: #548235;
    color: white;
    text-decoration: underline;
    padding: 4px 20px;
    outline: 0;
    border-width: 0 0 0px;
    border-radius: 10px;
    font-family: 'ChickenKhear';
    font-size: 16px;
}
    .btn-green:hover {
        background-color: #339900;
    }

.btn-radio {
    cursor: pointer;
}

.btn-select {
    cursor: pointer;
}

.um-font {
    font-family: 'ChickenKhear' !important;
    font-size: 18px;
}

.um-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.um-tbl-gray {
    background-color: #F2F2F2;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.um-tbl-white {
    background-color: white;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
}