.ng-hide, .hidden {
    display: none !important;
}

a.ng-subscribe-section {
    text-decoration: none;
}

.error {
    background-color: white;
    border-radius: 1em;
    padding: 1em;
    margin: 1em;
    display: none;
    
}

button, .btn, .button {
    cursor: pointer
}

/* Iframe integrator CSS  */

.ng-iframe-integrator {
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 0;
    height: 55%;
    left: 0;
    overflow: hidden;
}

/* Modal CSS */

.ng-confirm-pin-modal[show="true"] .modal-background {
    display: block;
    pointer-events: auto;
    background: rgba(4, 10 ,30, .8);
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ng-confirm-pin-modal[show="true"] .dialog {
    top: 4em;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -transition-delay: 0.4s;
}

.modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 99999;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
    display: block;
    pointer-events: none;
}

.modal-background .dialog {
    width: 85%;
    position: relative;
    top: -1000px;
    margin: 10% auto;
    padding: 1em;

    background: #9E9E9E;

    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.modal-background .dialog .legal-top,
.modal-background .dialog .legal-bottom {
    color: white;
}

.dialog .footer {
    width: 100%;
    text-align:center
}

.dialog .footer button {
    background-color: #E0E0E0; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

    margin: 1em 1em 0 1em;
    width:8em;
}

/* CSS Reset */

p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* In Number Addon */
#inNumber-addon {
    color: #000000;
    width: 25%;
    float: left;
    margin-top: 10px;
}

#inNumber-addon.white {
    color: #FFFFFF;
}

#inNumber-addon img.flag {
   width: 2rem;
   vertical-align: text-bottom;
}

#inNumber-addon p.prefix {
    display: inline-block;
    vertical-align: super;
}
