﻿html {
    font-family: Verdana, Geneva, sans-serif !important;
    height: 100vh;
}

body {
    height: 100vh;
    overflow-x: hidden;
}

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-control,
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Remove dotted lines around links*/
a:active {
    outline: none;
}

/*Label Fett*/
h6 {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 7px;
}

/* Label of Input Field*/
h5 {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*Normal Text*/
p {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*Blue Title Text*/
h4 {
    color: rgb(0,40,125);
    font-size: 15px;
    font-weight: bold;
}

h3 {
    color: rgb(107,107,129);
    font-size: 15px;
    font-weight: bold;
    margin-top: 1px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


.excel-btn {
    font-weight: bold;
    height: 40px;
    width: 40px;
    background-image: url('/Images/MS_Office_icons/excel.png');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    border-color: whitesmoke;
    margin-bottom: 10px;
}

.about-close-icon {
    cursor:pointer; 
    color: #8b939f;
}

.about-main-content {
    margin: 30px 30px 10px 30px;
    color: #004b85;
    font-size: 13px;
}

.about-main-content table{
    width: 400px;
}
.about-contact {
     margin-top: 20px;
}
    .about-contact tr > td {
        padding-bottom: 5px;
    }
.about-logo{
    padding-left:10px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.about-contact-button {
    width: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.about-pss-title {
    text-align: left;
    font-size: larger;
    padding-bottom: 10px
}

.about-contact-left {
    width: 80px;
    text-align: left;
    padding-right: 10px;
}

.about-main-content p {
    margin-bottom: 5px;
    margin-top: 10px;
}

.product-title{
    font-size: 16px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 999999; 
}

.loadAnimation {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation: spin 2s ease infinite;
}

#loadAnimationPopup{
    display:none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navigation-radio-button,
.navigation-radio-button-disabled{
    float: left;
    white-space: nowrap;
    display: inline;
}

.navigation-radio-button input,
.navigation-radio-button-disabled input{
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

    .navigation-radio-button label,
    .navigation-radio-button-disabled label{
        display: inline-block;
        width: 40px;
        color: #004b85;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        text-shadow: none;
        padding: 2px 14px;
        background-color: white;
        border: 1px solid #c5c5c5;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.navigation-radio-button label:hover {
    background: #0075d0;
    color: white;
    border: 1px solid #0075d0;
    cursor: pointer;
}
    
.navigation-radio-button-disabled label{
    opacity: 0.2;
    cursor: default;
    pointer-events: none;

}

.radio-button-label {
    white-space: nowrap;
}

.navigation-radio-button input:checked + label {
    background-color: #004b85;
    color: white;
    border: 1px solid #004b85;
}

.redPearl {
    font-size: 12px;
    background: linear-gradient(45deg,darkRed,Red);
    color: transparent;
    border-radius: 50%
}

.greenPearl {
    font-size: 12px;
    background: linear-gradient(45deg,green,limeGreen);
    color:transparent;
    border-radius:50%
}

.orangePearl {
    font-size: 12px;
    background: linear-gradient(45deg, darkOrange, Orange);
    color: transparent;
    border-radius: 50%
}

.icon-disable-state {
    color: darkgrey;
}

.k-filter-menu-container label input[type="radio"],
.k-filter-menu-container ul li label input[type="checkbox"] {
    margin-right: 5px;
}