﻿.modal {
    background: rgba(0,0,0,0.5);
}
input.adx-xlong {
    width: 400px;
}
div.adx-xlong {
    width: 400px;
}

input.adx-long {
    max-width: 300px;
}
div.adx-long {
    max-width: 300px;
}

input.adx-medium {
    width: 200px;
}

input.adx-short {
    max-width: 160px;
}

input.adx-int, input.adx-decimal {
    max-width: 160px;
    text-align: right;
}

div.adx-date {
    max-width: 160px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input.dropdownlist, input.dropdownlist {
    max-width: 300px;
}

/* ASP CheckBox */
.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
}

fieldset legend {
    border: 1px;
    border-color: lightgrey;
    border-bottom-style: solid;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    display: block;
    margin-left: 40px;
    width: 100%;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
}

fieldset .radio:disabled,
fieldset .checkbox:disabled {
    background-color: #eceeef;
    color: #464a4c;
    cursor: not-allowed;
    opacity: 1;
}

/* Tab with Border */
.tab-content {
    padding: 5px 15px;
    border-color: lightgrey;
    border-style: solid;
    border-top-style: none;
    border-radius: 5px;
    border-width: 1px;
}

h1 {
    margin-top: 0;
}

::-ms-clear {
    width: 0;
    height: 0;
}

::-ms-reveal {
    width: 0;
    height: 0;
}