﻿.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=text]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number],
input[type=text] {
    -moz-appearance: textfield;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.button {
    margin: 0px;
    padding: 0px 20px;
    border-radius: 3px;
    border: currentColor;
    height: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgb(0, 156, 166);
    -moz-transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    -moz-border-radius: 3px /3px;
    -webkit-border-radius: 3px 3px;
}

.textbox {
    text-align: center;
    line-height: normal;
    cursor: pointer;
    height: 50px;
    -webkit-appearance: button;
    font-size: 20px;
}

.icon {
    color: rgb(0, 156, 166);
}

h3 {
    font-family: "Calibri W02 Light",Calibri,Arial,Sans-Serif;
    color: rgb(0, 156, 166);
    line-height: 40px;
    font-size: 40px;
}

h4 {
    font-family: "Calibri W02 Light",Calibri,Arial,Sans-Serif;
    color: rgb(109, 110, 113);
    line-height: 25px;
    font-size: 25px;
}


label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #808080;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-family: "Calibri W02 Light",Calibri,Arial,Sans-Serif;
    line-height: 25px;
    font-size: 25px;
}

footer {
    margin: -30px 0 0 0;
    width: 100%;
    height: 30px;
    background-color: green;
}

header nav ul li {
    display: inline;
    padding: 0 30px 0 0;
    float: left;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.top-buffer {
    margin-top: 10px;
}

@-webkit-keyframes spinme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spinme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.img-status {
    max-width: 40%;
    height: auto;
}

.img-loading {
    max-width: 40%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.spinme {
    -webkit-animation-name: spinme;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: spinme;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.frame {
    height: 25px; /* equals max image height */
    width: 160px;
    border: 0px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.bread-text {
    color: rgb(109, 110, 113);
    display: block;
    font-family: 'Calibri W02 Light', Calibri, Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
}

.normal-text {
    color: rgb(109, 110, 113);
    display: block;
    font-family: 'Calibri W02 Light', Calibri, Arial, sans-serif;
    font-size: 24px;
    font-weight: 100;
}

.sub-text {
    color: rgb(109, 110, 113);
    display: block;
    font-family: 'Calibri W02 Light', Calibri, Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
}


/* Overriding background color of active pagination button in Bootstrap theme */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgb(0, 156, 166);
    border-color: rgb(0, 156, 166);
}

.search-validation-label.ng-hide {
    display: block !important;
    visibility: hidden;
}

.error-text {
    color: red
}

a.text-muted:hover {
    color: #777;
}

#country-dropdown > span{
    padding: 0px 0.1rem;
}

#country-dropdown:hover {
    text-decoration: none;
}

    #country-dropdown:hover > .ng-binding, #country-dropdown:hover > .ng-binding > span{
        text-decoration: underline;
    }