﻿@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Acumin Pro', Arial;
}

h2{
    font-size:2.4rem;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

    a:focus, a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.warning-widget-div {
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.top-tab #opt-in-tab {
    cursor: pointer;
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    width: 100%;
}

    .top-tab #opt-in-tab img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .top-tab #opt-in-tab h3 {
        text-align: center;
    }

#opt-in-modal li.active a,
#opt-in-modal li.active a:focus,
#opt-in-modal li.active a:hover {
    background-color: #5ABB45;
    color: #fff;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus, .pager .btn, .pager .btn:hover, .pager .btn:focus, .pager .btn:active, .pager .btn:active:focus {
    color: #fff;
    background-color: #5ABB45;
    border-color: #5ABB45;
}
#opt-in-nav > li a {
    border: 1px solid #5ABB45;
}

input.form-control {
    border: 1px solid #999;
}
#send-reset-btn {
    margin-left: 45%;
}

.notice-container table {

    width: -webkit-fill-available;
}
.notice-container table tr:nth-child(even) {
    background-color: rgba(0,128,159, 0.2);
    
}
/*tooltip*/
.ui-tooltip {
    border: none; 
    padding: 10px 14px; 
    border-radius: 8px; 
    font-size: 14px;
    z-index: 10000;
}
.ui-tooltip, .arrow:after {
    background-color: #0067a0;
    border: 1px solid grey;
    box-shadow: 0 0 7px grey;
}
/*tooltip end*/

#carousel_largepictures {
    height: auto;
}
