﻿@font-face {
    font-family: certsKalinga;
    src: url(Fonts/kalinga.ttf), url('Fonts/kalinga.eot');
}

@font-face {
    font-family: certsKalinga;
    src: url(Fonts/kalingab.ttf), 
         url(Fonts/kalingab.eot);
    font-weight: bold;
}

@font-face {
    font-family: BebasNeue;
    src: url('Fonts/BebasNeue/BebasNeue.eot') format('embedded-opentype'), 
         url('Fonts/BebasNeue/BebasNeue.svg') format('svg'), 
         url('Fonts/BebasNeue/BebasNeue.ttf') format('truetype'), 
         url('Fonts/BebasNeue/BebasNeue.woff') format('woff');
}

@font-face {
    font-family: certsGeosans;
    src: url('Fonts/webfonts_GeosansLight/GeosansLight.ttf.woff') format('woff'), 
         url('Fonts/webfonts_GeosansLight/GeosansLight.ttf.svg') format('svg'), 
         url('Fonts/webfonts_GeosansLight/GeosansLight.ttf.eot') format('embedded-opentype'), 
         url('Fonts/webfonts_GeosansLight/GeosansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: certsFlorencesans;
    src: url('Fonts/webfonts_Florencesans/Florencesans.ttf.eot') format('embedded-opentype'), 
    url('Fonts/webfonts_Florencesans/Florencesans.ttf.woff'), format('woff'),
    url('Fonts/webfonts_Florencesans/Florencesans.ttf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /*background-color: #e3e3e3;*/
    /*background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");*/
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
    padding-left: 50px;
    padding-right: 50px;
    font-family: Calibri;
    background-image: url('https://certsmanager.com/Images/bg/citySM_mini.jpg');
    background-image: url('Images/citySM_mini_trans.jpg');
    background-size: cover;
    background-attachment: fixed;
    /*background-color: rgba(119, 139, 161, 0.97);
    background-blend-mode: multiply;*/
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    position: relative;
}

#pgHeader {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

#form1 {
    height: calc(100vh - 100px);
}

.container {
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    /*border-top: 40px solid rgb(38, 55, 53);*/
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    width: 680px;
    box-shadow: 1px 0px 10px 3px #555454;
    display: flex;
    flex-direction: column;
    /*display: none;*/
}

#ver_container
{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: Calc(100vh + 90px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    display: none;

}


#not_container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: Calc(100vh + 90px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.3);*/
    display: none;
}

#err_container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: Calc(100vh + 90px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.3);*/
}

    #verification_div {
        /*display: none;*/
        /*flex-grow: 1;*/
        flex-direction: column;
        vertical-align: middle;
        align-self: center;
        background: white;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        width: 380px;
        box-shadow: 1px 0px 10px 3px #555454;
        /*position: relative;*/
        position: relative;
    }

#notification_div {
    /*display: none;*/
    /*flex-grow: 1;*/
    
    flex-direction: column;
    vertical-align: middle;
    align-self: center;
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 550px;
    box-shadow: 1px 0px 10px 3px #555454;
    position: relative;
}

.msg_header {
    border-bottom: 10px solid rgb(222, 84, 64);
    border-bottom: 6px solid rgb(182, 197, 135);
    font-size: 24pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    vertical-align: bottom;
    margin-bottom: 10px;
    font-family: certsGeosans, sans-serif;
}

.msg_body {
    font-size: 16pt;
    font-family: certsGeosans, sans-serif;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
}

.return_div {
    text-align: left;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.goBack {
    color: rgb(182, 197, 135);
    text-align: left;
    font-size: 33pt;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -20px;
    width: 30px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.goBack a:visited, a:link {
    text-decoration: none;
    color: rgb(182, 197, 135);
}

.newApp {
    vertical-align: middle;
    font-size: 16pt;
    font-family: certsGeosans, sans-serif;
    padding-top: 25px;
}

.verBtns_div
{
    text-align: center;
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    
}

.ver_btns {
    background: rgb(182, 197, 135);
    color: white;
    padding: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: certsGeosans, sans-serif;
    font-size: 14pt;
    outline: none;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    
    
}

.ver_btns:hover
{
    cursor: pointer;
}

.hImg
{
    padding-right: 35px;
}

.hTitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    border-bottom: 10px solid rgb(222, 84, 64);
    border-bottom: 6px solid rgb(182, 197, 135);
    font-size: 24pt;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
    margin-bottom: 10px;
    font-family: certsGeosans, sans-serif;
}

.flabels {
    font-family: Calibri, sans-serif;
    vertical-align:bottom;
    color: rgb(82, 80, 80);
    color: rgb(206, 206, 206);
    color: rgb(184, 184, 184);
    line-height: 2em;
    font-size: 10pt;
    font-weight: bold;
}

.ptexts {
    font-family: Calibri, sans-serif;
    font-family: certsGeosans, sans-serif;
    text-align: justify;
    color: rgb(139, 139, 139);
    font-size: 11pt;
    width: 600px;
    width: 100%;
}

#note_count_lbl {
    font-size: 9pt;
    color: rgba(75, 105, 49,0.8);
    text-align: right;
}

.flabels:after {
    /*content: ':';*/
}

.fSection {
    background: rgba(222, 84, 64,0.1);
    background: rgba(24, 25, 25, 0.8);
    background-color: rgb(246, 246, 246);
    /*background: rgba(176, 189, 169, 0.5);*/

    padding: 20px;
    margin-top: 15px;
}

.fSection:nth-of-type(2n) {
    border-top: 5px solid rgba(75, 105, 49,0.2);
    border-bottom: 5px solid rgba(75, 105, 49,0.2);
}

.fSection div
{
    /*width: 500px;*/
}

.allTxt {
    font-size: 9pt;
    outline: none;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(88, 88, 91, 0.4);
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    border-radius: 8px 8px;
    letter-spacing: 1px;
    color: #1e1e1e;
  
}

.hideThis
{
    display: none !important;
}

.money
{
    letter-spacing: 2px;
}

.txtRt
{
    /*text-align: right;*/
}

::-webkit-input-placeholder { /* Edge */
    color: rgba(0,0,0,0.5);
    font-size: 8pt;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.5);
    font-size: 8pt;
    font-style: italic;
}

::placeholder {
    color: rgba(0,0,0,0.5);
    font-size: 8pt;
    font-style: italic;
}

.allTxt:focus {
    /*opacity: 1;
    outline: none;
    border: 1px solid rgb(222, 84, 64);
    box-shadow: 0px 0px 8px rgb(222, 84, 64);
    -moz-box-shadow: 0px 0px 8px rgb(222, 84, 64);
    -webkit-box-shadow: 0px 0px 8px rgb(222, 84, 64);*/

    outline: none;
    border: 1px solid #4a6915;
    box-shadow: 0px 0px 8px #4a6915;
    -moz-box-shadow: 0px 0px 8px #4a6915;
    -webkit-box-shadow: 0px 0px 8px #4a6915;
}

.allddl {
    height: 33px;
    letter-spacing: 2px;
}

.allddl option {
    letter-spacing: 2px;
    font-size: 12pt;
    font-family: Calibri;
}

.txtLong
{
    width: 385px;
}

.txtLonger {
    width:700px;
    width: 600px;
}

.ddlLonger {
    width: 722px;
    width: 622px;
}

.txtTriple {
    width: 210px;
    width: 175px;
    /*width: 240px;*/
}

.txtQuad {
    width: 123px;
}

.ddlTriple {
    width: 232px;
    width: 198px;
}

.txtDouble {
    width: 283px;
    /*width: 250px;*/
}

.multi-txt{
    resize: none;
    padding-top: 5px;
}

.txtMed {
}

.txtSm
{
    width: 65px;
}

.fCBRow {
    padding-top: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.fCBRow div input[type=checkbox]
{
    margin-top: 8px;

}

.fRows {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    margin-bottom: 10px;
}

.fRows div:first-child
{
    width: 185px;
}

.fSection .finline
{
    /*display: flex;*/
    flex-direction: column;
}

.finline 
{
    /*display: inline-flex;*/
    
}

.finline div
{
    display: inline-flex;
    
    /*width: 220px;*/
}

.finline div {
    margin-right: 5px;
}

.fCols {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#alarm-div {
    border-left: 1px solid rgba(174, 189, 126, 0.4);
    padding-left: 30px;
    display: none;
}

#gc-cbdiv {
    /*display: none;*/
    border-left: 1px solid rgba(174, 189, 126, 0.4);
    padding-left: 30px;
    display: none;
}

.child-cb {
  

}


.prevExp {
    width: 420px !important;
}

.inLineChkbs {
    width: 320px !important;
}

.wpBenefits {
    width: 250px !important;
}



.submitSection
{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.submitSection input[type=submit]
{
    background-color: rgb(182, 197, 135);
    color: white;
    padding: 5px 10px 5px 10px;
    outline: none;
    border: none;
    font-size: 12pt;
    font-family: certsKalinga, sans-serif;
}

.submitSection input[type=submit]:hover {
    cursor: pointer;
    background: rgb(174, 189, 126);
    -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
    -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
    box-shadow: inset 0px 0px 5px #c1c1c1;
    outline: none;
}

#addOwner_div {
    margin-top: -8px;
    font-size: 10pt;
    width: 370px;
    font-size: 8pt;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.removeOwner_link
{
    text-align: right;
    float: right;
}

.addOwner_link:link, .addOwner_link:visited {
    color: #4a6915;
    color: #6c8541;
    text-decoration: underline;
}

.removeOwner_link:link, .removeOwner_link:visited {
    color: #4a6915;
    color: #6c8541;
    text-decoration: underline;
    
}



.flagRed {
    color: rgb(222, 84, 64);
    border: 1px solid rgb(222, 84, 64);
}

.reqRed{
    color: rgb(190, 76, 76);
}

.mainOwn_div
{
    position: relative;
}

.mainOwn_div .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgba(109, 110, 113, 0.95);
    color: #eee;
    font-size: 9pt;
    text-align: center;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 1s;
    /*padding: 5px 0;*/
    padding: 7px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -28px;
    right: -220px;
}

.mainOwn_div .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(109, 110, 113, 0.95) transparent transparent;
}


.mainOwn_div:hover .tooltiptext {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}

.withTip {
    /*text-decoration: underline dashed;
    text-decoration-color: rgb(174, 189, 126);*/
}


/**/
.toggle-check-input {
    width: 1px;
    height: 1px;
    position: absolute;
}

.toggle-check-text {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #CCC;
    padding: 0.17em 0.5em 0.19em 2em;
    border-radius: 1em;
    min-width: 1em;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.15s;
}

.toggle-check-text:after {
    content: ' ';
    display: block;
    background: #FFF;
    width: 1.1em;
    height: 1.1em;
    border-radius: 1em;
    position: absolute;
    left: 0.3em;
    top: 0.25em;
    transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
    content: 'No';
}

.toggle-check-input:checked ~ .toggle-check-text {
    background: #8ad869;
    color: white;
    background: #b6c587;

    padding-left: 0.5em;
    padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
    content: 'Yes';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
    left: 100%;
    margin-left: -1.4em;
}


@import url("https://fonts.googleapis.com/css?family=Roboto");




input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.fireRadio label {
    color: #9a929e;
    color: rgb(184, 184, 184);
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 11pt;
    /*font-family: Calibri;*/
    /*padding: 5px 20px;*/
    padding-left: 7px;
    padding-right: 7px;
    padding-left: 15px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

input[type="radio"]:checked + label {
    color: white;
    background: #b6c587;
}

.fireRadio label + input[type="radio"]{
    /*border-left: solid 3px #ccc;*/
    /*border-left: 1px solid rgba(88, 88, 91, 0.4) !important;*/
}

.radio-group label:nth-child(2n+1) {
    border-left: 1px solid rgba(88, 88, 91, 0.4);
    border-right: 1px solid rgba(88, 88, 91, 0.4);
}

.payRadio label:nth-child(2n+1) {
    border-right: none;
}

.alarm_lbl {
    margin-top: 5px;
    width: 200px !important;
}

.fireRadio {
    margin-left: -15px;
}

.radio-group {
    /*width: auto !important;*/
    border: solid 1px #ccc;
    border: 1px solid rgba(88, 88, 91, 0.4);
    /*display: inline-block;*/
    display: flex;
    
    /*margin: 20px;*/
    border-radius: 8px;
    overflow: hidden;
    /*height: 25px;*/
    background: white;
    margin-top: 0;
    margin-left: 2px;
}

.align-center {
    text-align: center;
    color: rgb(174, 189, 126);
    font-size: 11pt;
    /*--balloon-color: black !important;*/
}

/* Add this to your CSS */
.tooltip-blk {
    --balloon-color: black;
}

.tooltip-big-text {
    --balloon-font-size: 20px;
}

.tooltip-slide {
    --balloon-move: 30px;
}




/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

    /* Base styles for the entire tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    /* Show the entire tooltip on hover and focus */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* Base styles for the tooltip's directional arrow */
    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: transparent;
        content: "";
    }

    /* Base styles for the tooltip's content area */
    .tooltip:after,
    [data-tooltip]:after {
        z-index: 1000;
        padding: 8px;
        padding-top: 12px;
        width: 160px;
        width: 200px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        font-size: 14px;
        font-size: 8pt;
        font-family: certsKalinga, sans-serif;
        line-height: 1.2;
    }

    /* Directions */

    /* Top (default) */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after,
    .tooltip-top:before,
    .tooltip-top:after {
        bottom: 100%;
        left: 50%;
    }

    [data-tooltip]:before,
    .tooltip:before,
    .tooltip-top:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: #000;
        border-top-color: hsla(0, 0%, 20%, 0.9);

    }

    /* Horizontally align top/bottom tooltips */
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
        margin-left: -80px;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px);
    }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}