﻿
.btn-5 {
    display: inline-block;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    color: #fff;
    background-color: #003b73;
    border-color: #248cc8;
    box-shadow:0px 1px 5px #111;
    padding: 5px 10px;
   
}


.btn-5:hover {
    /*background-image: linear-gradient( 114.9deg,  rgba(34,34,34,1) 8.3%, rgba(0,40,60,1) 41.6%, rgba(0,143,213,1) 93.4% );
        background-image: linear-gradient( 109.6deg, rgba(22,155,215,1) 11.2%, rgba(0,104,155,1) 99.8% );
        background-color: #fff;
        border: 1px solid #0171ad;
        color: #0171ad !important;
               background-color: #8ad424;*/
    color: #fff;
    background-color: #ea3237;
}

  .rounded_corners
    {
        border: 1px solid #7bb8cf;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
    .rounded_corners td, .rounded_corners th
    {
        border: 1px solid #A1DCF2;
        font-family: Calibri;
        font-size: 10pt;
        text-align: center;
        height:25px;
    }
    .rounded_corners table table td
    {
        border-style: none;
    }
