﻿@font-face {
    font-family: UTBold;
    src: url("../GE SS Two Bold.ttf");
}


body {
    font-family: UTBold, serif;
    font-size: 14pt;
    font-weight: bold;
}


.button {
    background-color: #115740; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: UTBold, serif;
    font-size: 14pt;
    font-weight: bold;
    cursor: pointer;
}

    .button:hover {
        background-color: #c6ad0c;
    }


.box {
    margin-top: 5%;
    padding: 20px 50px;
    box-shadow: 0px 4px 3px rgb(20, 87, 64), 0 1px 2px rgb(20, 87, 64);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .box:hover {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        animation-name: example;
        animation-duration: 0.25s;
        border-left: 8px solid #145740;
        box-shadow: 0 14px 28px rgba(198, 172, 11, 0.29), 2px 6px 10px rgba(198, 172, 11, 0.42);
    }

button {
    border: none;
    background: red;
    color: #f0f0f2;
    border-radius: 5px;
    padding: 5px;
}
.panel-body {
    padding: 15px;
    border: #145740 solid 1px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.text-number{
    font-family:Arial !important;

}
/*.mymin-width
{


    min-width:200px;
}

.mymin-width2 {
    min-width: 180px;
}*/


.UpdateProgress {
    text-align: center;
    border-radius: 15px;
    position: fixed;
    z-index: 999;
    /* height: 100%; */
    width: 30%;
    top: 260px;
    top: 159px;
    left: 34%;
    background-color: rgba(255, 255, 255, 0.8509803921568627);
    filter: alpha(opacity=60);
    /* opacity: 0.6; */
}