@charset "UTF-8";
[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide {
    display:none !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Nov 2019, 00:01:21
    Author     : johnph
*/

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

ng\:form {
    display:block;
}
.ng-animate-block-transitions {
    transition:0s all!important;
    -webkit-transition:0s all!important;
}
.ng-hide-add-active,
.ng-hide-remove {
    display:block!important;
}

.radio-buttons {
    margin: 10px;
}

.radio-buttons input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-buttons label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 18px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-buttons label:hover {
    background-color: #228B22;
}

.radio-buttons input[type="radio"]:focus + label {
    border: 2px dashed #228B22;
}

.radio-buttons input[type="radio"]:checked + label {
    background-color: #228B22;
    border-color: #fff;
}