﻿.biggerRadioCheck {
    min-height: 20px;
    min-width: 20px;
}

.pen{
    pointer-events: none;
}

.bodycss {
    background-image: url('/images/Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.mainlogo {
    width: 141px; 
    height: 30px;
}

.languagecss {
    width: auto;
    display: inline;
}

.cardheadertext {
    color: #1164aa;
}

.cardbackground {
    background-color: rgba(255,255,255,0.7);
}

.minwidth110 {
    min-width: 110px;
}

.minwidth115 {
    min-width: 115px;
}

.minwidth120 {
    min-width: 120px;
}

.minwidth130 {
    min-width: 130px;
}

.minwidth150 {
    min-width: 150px;
}

.minwidth160 {
    min-width: 160px;
}

.minwidth200{
    min-width: 200px;
}

.minwidth250 {
    min-width: 250px;
}

.minwidth320 {
    min-width: 320px;
}

.fontcolorblue{
    color:blue;
}

.fontsize24{
    font-size: 24pt;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

.legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.heightauto{
    height:auto;
}


.loadinggif {
    background: url('/Images/ajax-loader.gif') no-repeat right 5px center !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
}

.iframe-loading {
    background: white url('../Images/Loading.gif') center center no-repeat;
}

.iframe-holder {
    border-color: white;
    border-width: 10px;
    border-style: solid;
    border-radius: 10px;
    -webkit-box-shadow: 5px -5px 71px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px -5px 71px -15px rgba(0,0,0,0.75);
    box-shadow: 5px -5px 71px -15px rgba(0,0,0,0.75);
}

.marginleft5{
    margin-left: 5px;
}

.height300{
    height: 300px;
}

.textalignright{
    text-align: right;
}